RGB Colors
Understanding RGB Mode
Each pixel consists of three components: red, green, and blue. By modifying the intensity of each component, we obtain the color of our choice.
In the vast majority of cases, each component is between two values:
- min: 0
- max: 255
RGB : (0, 0, 0)
HEX : #000000