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