#211D14

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

Shades of Maire #211D14

Tints of Maire #211D14

Color information

#211D14 (or 0x211D14) is unknown color: approx 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

RGB332920-
CMYK00.120.390.87
HSL41.54º24.53%10.39%-
HSV(B)41.54º39.39%12.94%-
XYZ1.191.250.84-
YUV29.17122.83130.73-

RGB Variations

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

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.20% from 255) = 24.39%
R=40.24%
G=35.37%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33292000.120.390.8741.5424.5310.39
Hex211D140C27572a19a
Octal41352401447127523112
Binary1000011110110100011001001111010111101010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>