RGB is a common way to represent colors. The color is divided into three channels: Red, Green, and Blue. Normally, each channel holds an integer value between 0 and 255, inclusive, which allows for 16,777,216 colors to be represented. How many colors could be represented if each channel held an integer value between 0 and 15?