#211D11

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

Shades of Maire #211D11

Tints of Maire #211D11

Color information

#211D11 (or 0x211D11) is unknown color: approx Maire. HEX triplet: 21, 1D and 11. RGB value is (33,29,17). Sum of RGB (Red+Green+Blue) = 33+29+17=79 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.77% from 79); Green value is 29 (11.72% from 255 or 36.71% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 33 - color contains mainly: red. Hex color #211D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211D11 is #DEE2EE. Grayscale: #1C1C1C. Windows color (decimal): -14607087 or 1121569. OLE color: 1121569.

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

Color convert

RGB332917-
CMYK00.120.480.87
HSL45º32%9.8%-
HSV(B)45º48.48%12.94%-
XYZ1.171.240.71-
YUV28.83121.33130.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 41.77%
GREEN value IS 29 (11.72% from 255) = 36.71%
BLUE value IS 17 (7.03% from 255) = 21.52%
R=41.77%
G=36.71%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33291700.120.480.8745329.8
Hex211D110C30572d20a
Octal41352101460127554012
Binary10000111101100010110011000010101111011011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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