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