Html Css Color HEX #211F18 Maire

📋 copy color: '#211F18'

red 33 ◦ green 31 ◦ blue 24

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

Shades of Maire #211F18

Tints of Maire #211F18

RGB

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

 GREEN value IS 31 (12.5% from 255) = 35.23%

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

R = 37.5%
G = 35.23%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.87

RGB Variations

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

Color information

#211F18 (or 0x211F18) is known color: Maire. HEX triplet: 21, 1F and 18. RGB value is (33,31,24). Sum of RGB (Red+Green+Blue) = 33+31+24=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 24 (9.77% from 255 or 27.27% from 88); Max value from RGB is 33 - color contains mainly: red. Hex color #211F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211F18 is #DEE0E7. Grayscale: #1E1E1E. Windows color (decimal): -14606568 or 1580833. OLE color: 1580833.

HSL color Cylindrical-coordinate representation of color #211F18: hue angle of 46.67º 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 #211F18 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 31 24 -
CMYK 0 0.06 0.27 0.87
HSL 46.67º 0.16% 0.11% -
HSV(B) 46.67º 0.27% 0.13% -
XYZ 1.28 1.37 1.06 -
YUV 30.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 33 31 24 0 0.06 0.27 0.87 46.67 0.16 0.11
Hex 21 1F 18 0 6 1B 57 2F 10 B
Octal 41 37 30 0 6 33 127 57 20 13
Binary 100001 11111 11000 0 110 11011 1010111 101111 10000 1011

Color Harmonies of #211F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211F18

Black with #211F18

Text Example


Text Example

White with #211F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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