#211C06

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

Shades of Maire #211C06

Tints of Maire #211C06

Color information

#211C06 (or 0x211C06) is unknown color: approx Maire. HEX triplet: 21, 1C and 06. RGB value is (33,28,6). Sum of RGB (Red+Green+Blue) = 33+28+6=67 (8% of max value = 765). Red value is 33 (13.28% from 255 or 49.25% from 67); Green value is 28 (11.33% from 255 or 41.79% from 67); Blue value is 6 (2.73% from 255 or 8.96% from 67); Max value from RGB is 33 - color contains mainly: red. Hex color #211C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211C06 is #DEE3F9. Grayscale: #1B1B1B. Windows color (decimal): -14607354 or 400417. OLE color: 400417.

HSL color Cylindrical-coordinate representation of color #211C06: hue angle of 48.89º 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 #211C06 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.87.

Color convert

RGB33286-
CMYK00.150.820.87
HSL48.89º69.23%7.65%-
HSV(B)48.89º81.82%12.94%-
XYZ1.081.170.34-
YUV26.99116.16132.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 49.25%
GREEN value IS 28 (11.33% from 255) = 41.79%
BLUE value IS 6 (2.73% from 255) = 8.96%
R=49.25%
G=41.79%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.82
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3328600.150.820.8748.8969.237.65
Hex211C60F525731458
Octal413460171221276110510
Binary10000111100110011111010010101011111000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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