Yeah, but hang on:
Here is what I tried ( On the colors
I assumed that the 111 222 333 444 555 in hex represented hex color values, such as 111=#11 11 11 and so forth.
Since hex can be from 0 ~ F, 0 being darkest and F being highest, I tried this:
001 002 003 004 005 006 007, etc (A dark, nearly invisable wave)
and
ff1 ff2 ff3 ff4 ff5 ff6 ff7, etc ( A bright, nearly white wave).
However, It doesn't like two waves being the same color (If I understand it correctly), so how do you get random values to work?