Return black if _color is not match for safety
_color
int get colorInt => _assertHexString(_color) ? _hexadecimalToDecimal(_color) : black.colorInt;