Yesterday I learned about hexadecimal colors and how they work. It's a base 16 system where, instead of 0-9, it's 0-f.
Here are all the characters in order:
0 1 2 3 4 5 6 7 8 9 a b c d e f
Each two digits correlate to one of the colors in RGB, in that order.