User:Kim Bruning/colorspace.py/output
Appearance
Click edit to see raw output.
kim@thex python $ ./colorspace2.py
Color Coordinates
[edit]Hex triplet = #FF0000 RGB (r, g, b) = (255, 0, 0) CMYK (c, m, y, k) = (0, 255, 255, 0) HSV (h, s, v) = (0, 100, 100)
Color Coordinates
[edit]Hex triplet = #FFFF00 RGB (r, g, b) = (255, 255, 0) CMYK (c, m, y, k) = (0, 0, 255, 0) HSV (h, s, v) = (60, 100, 100)
Color Coordinates
[edit]Hex triplet = #FF00FF RGB (r, g, b) = (255, 0, 255) CMYK (c, m, y, k) = (0, 255, 0, 0) HSV (h, s, v) = (300, 100, 100)
Color Coordinates
[edit]Hex triplet = #FFFFFF RGB (r, g, b) = (255, 255, 255) CMYK (c, m, y, k) = (0, 0, 0, 0) HSV (h, s, v) = ('undefined', 0, 100)
Color Coordinates
[edit]Hex triplet = #000000 RGB (r, g, b) = (0, 0, 0) CMYK (c, m, y, k) = (0, 0, 0, 255) HSV (h, s, v) = ('undefined', 'undefined', 0)