#211E10

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

Shades of Maire #211E10

Tints of Maire #211E10

Color information

#211E10 (or 0x211E10) is unknown color: approx Maire. HEX triplet: 21, 1E and 10. RGB value is (33,30,16). Sum of RGB (Red+Green+Blue) = 33+30+16=79 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.77% from 79); Green value is 30 (12.11% from 255 or 37.97% from 79); Blue value is 16 (6.64% from 255 or 20.25% from 79); Max value from RGB is 33 - color contains mainly: red. Hex color #211E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211E10 is #DEE1EF. Grayscale: #1D1D1D. Windows color (decimal): -14606832 or 1056289. OLE color: 1056289.

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

Color convert

RGB333016-
CMYK00.090.520.87
HSL49.41º34.69%9.61%-
HSV(B)49.41º51.52%12.94%-
XYZ1.181.290.68-
YUV29.3120.49130.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 41.77%
GREEN value IS 30 (12.11% from 255) = 37.97%
BLUE value IS 16 (6.64% from 255) = 20.25%
R=41.77%
G=37.97%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33301600.090.520.8749.4134.699.61
Hex211E100934573123a
Octal41362001164127614312
Binary10000111110100000100111010010101111100011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,30,16); }

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

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

 a { background-color: rgb(33,30,16); }

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

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

 span { border-color: rgb(33,30,16); }

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