#1D1919

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

Shades of Nero #1D1919

Tints of Nero #1D1919

Color information

#1D1919 (or 0x1D1919) is unknown color: approx Nero. HEX triplet: 1D, 19 and 19. RGB value is (29,25,25). Sum of RGB (Red+Green+Blue) = 29+25+25=79 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.71% from 79); Green value is 25 (10.16% from 255 or 31.65% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1919 is #E2E6E6. Grayscale: #1A1A1A. Windows color (decimal): -14870247 or 1644829. OLE color: 1644829.

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

Color convert

RGB292525-
CMYK00.140.140.89
HSL7.41%10.59%-
HSV(B)13.79%11.37%-
XYZ1.031.031.06-
YUV26.2127.33130-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 36.71%
GREEN value IS 25 (10.16% from 255) = 31.65%
BLUE value IS 25 (10.16% from 255) = 31.65%
R=36.71%
G=31.65%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29252500.140.140.8907.4110.59
Hex1D19190EE5907b
Octal353131016161310713
Binary111011100111001011101110101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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