Why is DarkGray lighter than Gray?

Viewed 32591

Simple curiosity here, tinged with some practical concerns because I get caught out by this occasionally.

How come Color.DarkGray is lighter than Color.Gray?

3 Answers

W3C Grays
Nine assigned names where the R, G, and B values are numerically equal:

enter image description here

Related