Tag: Graphic Design
-
Black or white text on a colour background?
How to calculate programmatically whether black text or white text is more readable on a colour background? Here are some algorithms to calculate the brightness of a color. The example code is written in PHP, but you should be able to adapt the code examples to any other programming language. All of the algorithmns are…