Painting in Colour with Hexadecimal

Bitmap images are made up of pixels. When adding colour to bitmap images, each pixel requires multiple bits.

Below we will draw an 16 pixel by 16 pixel image, but first...

The colour palatte:

0000 = 0 = Black
0001 = 1 = Red
0010 = 2 = Green
0011 = 3 = Blue
0100 = 4 = Magenta
0101 = 5 = Yellow
0110 = 6 = Orange
0111 = 7 = Dark Red
1000 = 8 = Dark Green
1001 = 9 = Dark Blue
1010 = A = Brown
1011 = B = Purple
1100 = C = Dark Purple
1101 = D = Cyan
1110 = E = Teal
1111 = F = White

Enter the hexadecimal sequence for each row of your image: