This project puts every combination of COLOR, SATURATION, and BRIGHTNESS into lists. There are 1,030,301 combinations, and because Scratch lists have a 200,000 item limit, I need 6 lists to store it. Each item is a nine-digit code which represents 3 numbers. For example: the code that represents Color: 16, Saturation: 5, Brightness: 100 is 016005100.