Returns a string representation of this RGB color.
Format: "ColorRGB: r: {r}, g: {g}, b: {b}"
@override String toString() => 'ColorRGB: r: $r, g: $g, b: $b';