• Create mood
• Decorate
• Create attention
Each color is mixed on the screen from three basic colors (red, green, blue). Color values can be from 1-255. The higher the value, the lighter the overall color becomes:
- rgb (0, 0, 0) = black
- rgb (255, 255, 255) = white
- rgb (100, 100, 100) = gray
- rgb (255, 0, 0) = red