#211E15

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

Shades of Maire #211E15

Tints of Maire #211E15

Color information

#211E15 (or 0x211E15) is unknown color: approx Maire. HEX triplet: 21, 1E and 15. RGB value is (33,30,21). Sum of RGB (Red+Green+Blue) = 33+30+21=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 33 - color contains mainly: red. Hex color #211E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211E15 is #DEE1EA. Grayscale: #1D1D1D. Windows color (decimal): -14606827 or 1383969. OLE color: 1383969.

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

Color convert

RGB333021-
CMYK00.090.360.87
HSL45º22.22%10.59%-
HSV(B)45º36.36%12.94%-
XYZ1.231.310.9-
YUV29.87122.99130.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 39.29%
GREEN value IS 30 (12.11% from 255) = 35.71%
BLUE value IS 21 (8.59% from 255) = 25%
R=39.29%
G=35.71%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33302100.090.360.874522.2210.59
Hex211E150924572d16b
Octal41362501144127552613
Binary1000011111010101010011001001010111101101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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