#201E09

Color #201E09 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #201E09

Tints of Maire #201E09

Color information

#201E09 (or 0x201E09) is unknown color: approx Maire. HEX triplet: 20, 1E and 09. RGB value is (32,30,9). Sum of RGB (Red+Green+Blue) = 32+30+9=71 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.07% from 71); Green value is 30 (12.11% from 255 or 42.25% from 71); Blue value is 9 (3.91% from 255 or 12.68% from 71); Max value from RGB is 32 - color contains mainly: red. Hex color #201E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201E09 is #DFE1F6. Grayscale: #1C1C1C. Windows color (decimal): -14672375 or 597536. OLE color: 597536.

HSL color Cylindrical-coordinate representation of color #201E09: hue angle of 54.78º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #201E09 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.87.

Color convert

RGB32309-
CMYK00.060.720.87
HSL54.78º56.1%8.04%-
HSV(B)54.78º71.88%12.55%-
XYZ1.111.260.44-
YUV28.2117.16130.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 45.07%
GREEN value IS 30 (12.11% from 255) = 42.25%
BLUE value IS 9 (3.91% from 255) = 12.68%
R=45.07%
G=42.25%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3230900.060.720.8754.7856.18.04
Hex201E906485737388
Octal40361106110127677010
Binary1000001111010010110100100010101111101111110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201E09; }

 p { color: rgb(32,30,9); }

 H1.HeaderClassName
 {
   color: #201E09;
 }
 .AnyTagClassName
 {
   color: #201E09;
 }
</style>
background-color css

<style>
 a { background-color: #201E09; }

 a { background-color: rgb(32,30,9); }

 div.DivClassName
 {
   background-color: #201E09;
 }
 .BgClassName
 {
   background-color: #201E09;
 }
</style>
border-color css

<style>
 span { border-color: #201E09; }

 span { border-color: rgb(32,30,9); }

 td.TdClassName
 {
   border-color: #201E09;
 }
 .TagClassName
 {
   border-color: #201E09;
 }
</style>