#211D06

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

Shades of Maire #211D06

Tints of Maire #211D06

Color information

#211D06 (or 0x211D06) is unknown color: approx Maire. HEX triplet: 21, 1D and 06. RGB value is (33,29,6). Sum of RGB (Red+Green+Blue) = 33+29+6=68 (9% of max value = 765). Red value is 33 (13.28% from 255 or 48.53% from 68); Green value is 29 (11.72% from 255 or 42.65% from 68); Blue value is 6 (2.73% from 255 or 8.82% from 68); Max value from RGB is 33 - color contains mainly: red. Hex color #211D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211D06 is #DEE2F9. Grayscale: #1B1B1B. Windows color (decimal): -14607098 or 400673. OLE color: 400673.

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

Color convert

RGB33296-
CMYK00.120.820.87
HSL51.11º69.23%7.65%-
HSV(B)51.11º81.82%12.94%-
XYZ1.11.220.35-
YUV27.57115.83131.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 48.53%
GREEN value IS 29 (11.72% from 255) = 42.65%
BLUE value IS 6 (2.73% from 255) = 8.82%
R=48.53%
G=42.65%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.82
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3329600.120.820.8751.1169.237.65
Hex211D60C525733458
Octal413560141221276310510
Binary10000111101110011001010010101011111001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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