Color Picker

Step 2: In CSS, find the following:
background-color: rgb(255, 255, 255);
This is a way to specify a color by mixing red, green, and blue values. Each value is between 0 and 255. Change the values, and see what happens to the box. Then modify the values to the following:
background-color: rgb(0, 0, 0);
Last step Next step