#211918

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

Shades of Nero #211918

Tints of Nero #211918

Color information

#211918 (or 0x211918) is unknown color: approx Nero. HEX triplet: 21, 19 and 18. RGB value is (33,25,24). Sum of RGB (Red+Green+Blue) = 33+25+24=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 33 - color contains mainly: red. Hex color #211918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211918 is #DEE6E7. Grayscale: #1B1B1B. Windows color (decimal): -14608104 or 1579297. OLE color: 1579297.

HSL color Cylindrical-coordinate representation of color #211918: hue angle of 6.67º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #211918 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.87.

Color convert

RGB332524-
CMYK00.240.270.87
HSL6.67º15.79%11.18%-
HSV(B)6.67º27.27%12.94%-
XYZ1.141.081.01-
YUV27.28126.15132.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.24%
GREEN value IS 25 (10.16% from 255) = 30.49%
BLUE value IS 24 (9.77% from 255) = 29.27%
R=40.24%
G=30.49%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33252400.240.270.876.6715.7911.18
Hex2119180181B57710b
Octal4131300303312772013
Binary1000011100111000011000110111010111111100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211918; }

 p { color: rgb(33,25,24); }

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

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

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

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

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

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

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