15
Some time ago I read somewhere about it, but I never understood how it works: Take the example with the word 'chucknorris': jsfiddle
Not only with the word 'chucknorris' but any random word always produces different results:
- 'Earendul' produces yellow: jsfiddle
- 'So-and-so produces red: jsfiddle
- 'Mamusca' produces blue: jsfiddle
Does anyone have any explanation for this behavior?
And
Gandalf
cyan. :)– Kazzkiq
It must have something to do (see) with hexadecimal, because I realized that putting 3 random letters the result is always black for me, and the color projection only comes with some letter between
[a, b, c, d, e, f]
– Gustavo Cinque