Color code

From CSBLwiki

(Difference between revisions)
Jump to: navigation, search
(New page: #b blue #g green #r red #c cyan #m magenta #y yellow #k black #w white #0.75 a grayscale intensity (any float in [0,1]) ##2F4F4F an RGB hex color string, eg, this example is dark slate gra...)
 
(3 intermediate revisions not shown)
Line 8: Line 8:
#w white
#w white
#0.75 a grayscale intensity (any float in [0,1])
#0.75 a grayscale intensity (any float in [0,1])
-
##2F4F4F an RGB hex color string, eg, this example is dark slate gray
+
# #2F4F4F an RGB hex color string, eg, this example is dark slate gray
#(0.18, 0.31, 0.31) an RGB tuple; this is also dark slate gray
#(0.18, 0.31, 0.31) an RGB tuple; this is also dark slate gray
-
#red any legal html color name
+
#red any legal [http://www.w3.org/TR/SVG/types.html#ColorKeywords html color names]

Latest revision as of 18:23, 14 February 2008

  1. b blue
  2. g green
  3. r red
  4. c cyan
  5. m magenta
  6. y yellow
  7. k black
  8. w white
  9. 0.75 a grayscale intensity (any float in [0,1])
  10. #2F4F4F an RGB hex color string, eg, this example is dark slate gray
  11. (0.18, 0.31, 0.31) an RGB tuple; this is also dark slate gray
  12. red any legal html color names
Personal tools
Namespaces
Variants
Actions
Site
Choi lab
Resources
Toolbox