Html Css Color HEX #211D14 Maire

📋 copy color: '#211D14'

red 33 ◦ green 29 ◦ blue 20

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

Shades of Maire #211D14

Tints of Maire #211D14

RGB

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

 GREEN value IS 29 (11.72% from 255) = 35.37%

 BLUE value IS 20 (8.2% from 255) = 24.39%

R = 40.24%
G = 35.37%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.87

RGB Variations

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

Color information

#211D14 (or 0x211D14) is known color: Maire. HEX triplet: 21, 1D and 14. RGB value is (33,29,20). Sum of RGB (Red+Green+Blue) = 33+29+20=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 33 - color contains mainly: red. Hex color #211D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211D14 is #DEE2EB. Grayscale: #1D1D1D. Windows color (decimal): -14607084 or 1318177. OLE color: 1318177.

HSL color Cylindrical-coordinate representation of color #211D14: hue angle of 41.54º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #211D14 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 29 20 -
CMYK 0 0.12 0.39 0.87
HSL 41.54º 0.25% 0.1% -
HSV(B) 41.54º 0.39% 0.13% -
XYZ 1.19 1.25 0.84 -
YUV 29.17 122.83 130.73 -
System Red Green Blue C M Y K H S L
Decimal 33 29 20 0 0.12 0.39 0.87 41.54 0.25 0.1
Hex 21 1D 14 0 C 27 57 2A 19 A
Octal 41 35 24 0 14 47 127 52 31 12
Binary 100001 11101 10100 0 1100 100111 1010111 101010 11001 1010

Color Harmonies of #211D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211D14

Black with #211D14

Text Example


Text Example

White with #211D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,29,20); }

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

background-color css

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

 a { background-color: rgb(33,29,20); }

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

border-color css

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

 span { border-color: rgb(33,29,20); }

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