#201A19

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

Shades of Nero #201A19

Tints of Nero #201A19

Color information

#201A19 (or 0x201A19) is unknown color: approx Nero. HEX triplet: 20, 1A and 19. RGB value is (32,26,25). Sum of RGB (Red+Green+Blue) = 32+26+25=83 (10% of max value = 765). Red value is 32 (12.89% from 255 or 38.55% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 25 (10.16% from 255 or 30.12% from 83); Max value from RGB is 32 - color contains mainly: red. Hex color #201A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201A19 is #DFE5E6. Grayscale: #1B1B1B. Windows color (decimal): -14673383 or 1645088. OLE color: 1645088.

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

Color convert

RGB322625-
CMYK00.190.220.87
HSL8.57º12.28%11.18%-
HSV(B)8.57º21.88%12.55%-
XYZ1.141.121.08-
YUV27.68126.49131.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 38.55%
GREEN value IS 26 (10.55% from 255) = 31.33%
BLUE value IS 25 (10.16% from 255) = 30.12%
R=38.55%
G=31.33%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32262500.190.220.878.5712.2811.18
Hex201A1901316579cb
Octal40323102326127111413
Binary1000001101011001010011101101010111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201A19; }

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

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

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

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

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

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

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

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