#211E1E

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

Shades of Nero #211E1E

Tints of Nero #211E1E

Color information

#211E1E (or 0x211E1E) is unknown color: approx Nero. HEX triplet: 21, 1E and 1E. RGB value is (33,30,30). Sum of RGB (Red+Green+Blue) = 33+30+30=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 30 (12.11% from 255 or 32.26% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 33 - color contains mainly: red. Hex color #211E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211E1E is #DEE1E1. Grayscale: #1E1E1E. Windows color (decimal): -14606818 or 1973793. OLE color: 1973793.

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

Color convert

RGB333030-
CMYK00.090.090.87
HSL4.76%12.35%-
HSV(B)9.09%12.94%-
XYZ1.331.351.42-
YUV30.9127.49129.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.48%
GREEN value IS 30 (12.11% from 255) = 32.26%
BLUE value IS 30 (12.11% from 255) = 32.26%
R=35.48%
G=32.26%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33303000.090.090.8704.7612.35
Hex211E1E0995705c
Octal413636011111270514
Binary1000011111011110010011001101011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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