#201919

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

Shades of Nero #201919

Tints of Nero #201919

Color information

#201919 (or 0x201919) is unknown color: approx Nero. HEX triplet: 20, 19 and 19. RGB value is (32,25,25). Sum of RGB (Red+Green+Blue) = 32+25+25=82 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.02% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 32 - color contains mainly: red. Hex color #201919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201919 is #DFE6E6. Grayscale: #1B1B1B. Windows color (decimal): -14673639 or 1644832. OLE color: 1644832.

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

Color convert

RGB322525-
CMYK00.220.220.87
HSL12.28%11.18%-
HSV(B)21.88%12.55%-
XYZ1.121.071.07-
YUV27.09126.82131.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 39.02%
GREEN value IS 25 (10.16% from 255) = 30.49%
BLUE value IS 25 (10.16% from 255) = 30.49%
R=39.02%
G=30.49%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32252500.220.220.87012.2811.18
Hex20191901616570cb
Octal4031310262612701413
Binary1000001100111001010110101101010111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201919; }

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

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

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

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

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

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

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

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