#1D1818

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

Shades of Nero #1D1818

Tints of Nero #1D1818

Color information

#1D1818 (or 0x1D1818) is unknown color: approx Nero. HEX triplet: 1D, 18 and 18. RGB value is (29,24,24). Sum of RGB (Red+Green+Blue) = 29+24+24=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1818 is #E2E7E7. Grayscale: #191919. Windows color (decimal): -14870504 or 1579037. OLE color: 1579037.

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

Color convert

RGB292424-
CMYK00.170.170.89
HSL9.43%10.39%-
HSV(B)17.24%11.37%-
XYZ10.981-
YUV25.5127.16130.5-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 37.66%
GREEN value IS 24 (9.77% from 255) = 31.17%
BLUE value IS 24 (9.77% from 255) = 31.17%
R=37.66%
G=31.17%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29242400.170.170.8909.4310.39
Hex1D1818011115909a
Octal3530300212113101112
Binary111011100011000010001100011011001010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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