#201918

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

Shades of Nero #201918

Tints of Nero #201918

Color information

#201918 (or 0x201918) is unknown color: approx Nero. HEX triplet: 20, 19 and 18. RGB value is (32,25,24). Sum of RGB (Red+Green+Blue) = 32+25+24=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 32 - color contains mainly: red. Hex color #201918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201918 is #DFE6E7. Grayscale: #1A1A1A. Windows color (decimal): -14673640 or 1579296. OLE color: 1579296.

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

Color convert

RGB322524-
CMYK00.220.250.87
HSL7.5º14.29%10.98%-
HSV(B)7.5º25%12.55%-
XYZ1.111.071.01-
YUV26.98126.32131.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 39.51%
GREEN value IS 25 (10.16% from 255) = 30.86%
BLUE value IS 24 (9.77% from 255) = 29.63%
R=39.51%
G=30.86%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32252400.220.250.877.514.2910.98
Hex20191801619578eb
Octal40313002631127101613
Binary1000001100111000010110110011010111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201918; }

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

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

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

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

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

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

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

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