Example color logic using 4 keys, 6 tweens, totalColors 22
totalColors including Bizarro colors is 42
finding color 29 : 29 is a bizarro color! actual color number is 13
    Key Colors : 00 __ __ __ __ __ __ 07 __ __ __ __ __ __ 14 __ __ __ __ __ __ 21 
Actual Colors : 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21
Bizarro Colors : 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22
29 is a bizarro color! ( working with it as color 13 )
13 / Tweens+1 = 1.8571428571429
Guessing color 13 is between keys 1 and 2
determining which key colors 13 falls between..
checking if 13 falls between key 0 and 1
checking if 13 falls between key 1 and 2 : BINGO
color is a tween between (87,206,105) and (79,255,184)
diff per tween is -1.1428571428571,7,11.285714285714

COLOR IS (80,248,173)
Array
(
    [0] => Array
        (
            [0] => 87
            [1] => 0
            [2] => 0
        )

    [1] => Array
        (
            [0] => 87
            [1] => 206
            [2] => 105
        )

    [2] => Array
        (
            [0] => 79
            [1] => 255
            [2] => 184
        )

    [3] => Array
        (
            [0] => 18
            [1] => 255
            [2] => 250
        )

    [4] => Array
        (
            [0] => 0
            [1] => 255
            [2] => 214
        )

)
Another example: ?keys=4&tweens=6