|
|
|
|
|
by zenorocha
2315 days ago
|
|
I'm not going to be able to give all the details, but I can explain the process to get there. First, I looked into different ways to represent colors (hex, rgb, hsl, etc). Then, I studied the number of colors used on a terminal emulators. With that number, I was able to plot on a color wheel all the different hues. I used different geometrical degrees for the hue, but kept the saturation and brightness the same, in order to provide harmony. My mental model was based on HSL, but the same concept can be applied in different ways. |
|
You realize the importance of it when you try to calculate the difference between two colors simply by comparing lets say red green and blue in a color with rgb format.