#201E18

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

Shades of Maire #201E18

Tints of Maire #201E18

Color information

#201E18 (or 0x201E18) is unknown color: approx Maire. HEX triplet: 20, 1E and 18. RGB value is (32,30,24). Sum of RGB (Red+Green+Blue) = 32+30+24=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 32 - color contains mainly: red. Hex color #201E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201E18 is #DFE1E7. Grayscale: #1D1D1D. Windows color (decimal): -14672360 or 1580576. OLE color: 1580576.

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

Color convert

RGB323024-
CMYK00.060.250.87
HSL45º14.29%10.98%-
HSV(B)45º25%12.55%-
XYZ1.221.31.05-
YUV29.91124.66129.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 37.21%
GREEN value IS 30 (12.11% from 255) = 34.88%
BLUE value IS 24 (9.77% from 255) = 27.91%
R=37.21%
G=34.88%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32302400.060.250.874514.2910.98
Hex201E180619572deb
Octal4036300631127551613
Binary1000001111011000011011001101011110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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