Question: Which of the following is not a valid color value? (_Alternative:_ Which choice is not a valid color value?)

  1. `color: #000`
  2. `color: rgb(0,0,0)`
  3. `color: #000000`
  4. `color: 000000`

Answer: The correct answer of the above question is Option D:`color: 000000`