#211D13

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

Shades of Maire #211D13

Tints of Maire #211D13

Color information

#211D13 (or 0x211D13) is unknown color: approx Maire. HEX triplet: 21, 1D and 13. RGB value is (33,29,19). Sum of RGB (Red+Green+Blue) = 33+29+19=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 29 (11.72% from 255 or 35.80% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 33 - color contains mainly: red. Hex color #211D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211D13 is #DEE2EC. Grayscale: #1D1D1D. Windows color (decimal): -14607085 or 1252641. OLE color: 1252641.

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

Color convert

RGB332919-
CMYK00.120.420.87
HSL42.86º26.92%10.2%-
HSV(B)42.86º42.42%12.94%-
XYZ1.181.250.79-
YUV29.06122.33130.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.74%
GREEN value IS 29 (11.72% from 255) = 35.80%
BLUE value IS 19 (7.81% from 255) = 23.46%
R=40.74%
G=35.80%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33291900.120.420.8742.8626.9210.2
Hex211D130C2A572b1ba
Octal41352301452127533312
Binary1000011110110011011001010101010111101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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