#211F06

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

Shades of Maire #211F06

Tints of Maire #211F06

Color information

#211F06 (or 0x211F06) is unknown color: approx Maire. HEX triplet: 21, 1F and 06. RGB value is (33,31,6). Sum of RGB (Red+Green+Blue) = 33+31+6=70 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.14% from 70); Green value is 31 (12.5% from 255 or 44.29% from 70); Blue value is 6 (2.73% from 255 or 8.57% from 70); Max value from RGB is 33 - color contains mainly: red. Hex color #211F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211F06 is #DEE0F9. Grayscale: #1C1C1C. Windows color (decimal): -14606586 or 401185. OLE color: 401185.

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

Color convert

RGB33316-
CMYK00.060.820.87
HSL55.56º69.23%7.65%-
HSV(B)55.56º81.82%12.94%-
XYZ1.151.320.37-
YUV28.75115.16131.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 47.14%
GREEN value IS 31 (12.5% from 255) = 44.29%
BLUE value IS 6 (2.73% from 255) = 8.57%
R=47.14%
G=44.29%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.82
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3331600.060.820.8755.5669.237.65
Hex211F606525738458
Octal41376061221277010510
Binary1000011111111001101010010101011111100010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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