#211E20

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

Shades of Melanzane #211E20

Tints of Melanzane #211E20

Color information

#211E20 (or 0x211E20) is unknown color: approx Melanzane. HEX triplet: 21, 1E and 20. RGB value is (33,30,32). Sum of RGB (Red+Green+Blue) = 33+30+32=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 33 - color contains mainly: red. Hex color #211E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211E20 is #DEE1DF. Grayscale: #1F1F1F. Windows color (decimal): -14606816 or 2104865. OLE color: 2104865.

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

Color convert

RGB333032-
CMYK00.090.030.87
HSL320º4.76%12.35%-
HSV(B)320º9.09%12.94%-
XYZ1.351.361.56-
YUV31.12128.49129.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.74%
GREEN value IS 30 (12.11% from 255) = 31.58%
BLUE value IS 32 (12.89% from 255) = 33.68%
R=34.74%
G=31.58%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33303200.090.030.873204.7612.35
Hex211E20093571405c
Octal4136400113127500514
Binary10000111110100000010011110101111010000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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