Html Css Color HEX #211E18 Maire

📋 copy color: '#211E18'

red 33 ◦ green 30 ◦ blue 24

#211E18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #211E18

Tints of Maire #211E18

RGB

 RED value IS 33 (13.28% from 255) = 37.93%

 GREEN value IS 30 (12.11% from 255) = 34.48%

 BLUE value IS 24 (9.77% from 255) = 27.59%

R = 37.93%
G = 34.48%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.87

RGB Variations

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

Color information

#211E18 (or 0x211E18) is known color: Maire. HEX triplet: 21, 1E and 18. RGB value is (33,30,24). Sum of RGB (Red+Green+Blue) = 33+30+24=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 24 (9.77% from 255 or 27.59% from 87); Max value from RGB is 33 - color contains mainly: red. Hex color #211E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211E18 is #DEE1E7. Grayscale: #1E1E1E. Windows color (decimal): -14606824 or 1580577. OLE color: 1580577.

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

Color convert

RGB 33 30 24 -
CMYK 0 0.09 0.27 0.87
HSL 40º 0.16% 0.11% -
HSV(B) 40º 0.27% 0.13% -
XYZ 1.26 1.32 1.05 -
YUV 30.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 33 30 24 0 0.09 0.27 0.87 40 0.16 0.11
Hex 21 1E 18 0 9 1B 57 28 10 B
Octal 41 36 30 0 11 33 127 50 20 13
Binary 100001 11110 11000 0 1001 11011 1010111 101000 10000 1011

Color Harmonies of #211E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211E18

Black with #211E18

Text Example


Text Example

White with #211E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #211E18;
 }
 .AnyTagClassName
 {
   color: #211E18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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