Returns true if this color is pure black.
true
@override bool get isBlack => ColorMath.round(lightness) == 0;