Returns true if this color is pure black.
true
@override bool get isBlack => red == 0 && green == 0 && blue == 0;