Every colour on your screen is three numbers
Your screen makes colour by mixing three lights: red, green and blue, each ranging from off (0) to full (255 or 1, depending on what the vibe is). Every colour you see is a combination of those three numbers.
Black is when all the dials are set to 0, white is when they are all set to 255, and every other colour is somewhere in between. The three numbers are called the RGB values of the colour.

