#211E13

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

Shades of Maire #211E13

Tints of Maire #211E13

Color information

#211E13 (or 0x211E13) is unknown color: approx Maire. HEX triplet: 21, 1E and 13. RGB value is (33,30,19). Sum of RGB (Red+Green+Blue) = 33+30+19=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 30 (12.11% from 255 or 36.59% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 33 - color contains mainly: red. Hex color #211E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211E13 is #DEE1EC. Grayscale: #1D1D1D. Windows color (decimal): -14606829 or 1252897. OLE color: 1252897.

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

Color convert

RGB333019-
CMYK00.090.420.87
HSL47.14º26.92%10.2%-
HSV(B)47.14º42.42%12.94%-
XYZ1.211.30.8-
YUV29.64121.99130.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.24%
GREEN value IS 30 (12.11% from 255) = 36.59%
BLUE value IS 19 (7.81% from 255) = 23.17%
R=40.24%
G=36.59%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33301900.090.420.8747.1426.9210.2
Hex211E13092A572f1ba
Octal41362301152127573312
Binary1000011111010011010011010101010111101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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