#1E1919

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

Shades of Nero #1E1919

Tints of Nero #1E1919

Color information

#1E1919 (or 0x1E1919) is unknown color: approx Nero. HEX triplet: 1E, 19 and 19. RGB value is (30,25,25). Sum of RGB (Red+Green+Blue) = 30+25+25=80 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.5% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 25 (10.16% from 255 or 31.25% from 80); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1919 is #E1E6E6. Grayscale: #1A1A1A. Windows color (decimal): -14804711 or 1644830. OLE color: 1644830.

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

Color convert

RGB302525-
CMYK00.170.170.88
HSL9.09%10.78%-
HSV(B)16.67%11.76%-
XYZ1.061.041.06-
YUV26.49127.16130.5-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.5%
GREEN value IS 25 (10.16% from 255) = 31.25%
BLUE value IS 25 (10.16% from 255) = 31.25%
R=37.5%
G=31.25%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30252500.170.170.8809.0910.78
Hex1E1919011115809b
Octal3631310212113001113
Binary111101100111001010001100011011000010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E1919; }

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

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

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

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

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

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

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

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