#181818

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

Shades of Nero #181818

Tints of Nero #181818

Color information

#181818 (or 0x181818) is unknown color: approx Nero. HEX triplet: 18, 18 and 18. RGB value is (24,24,24). Sum of RGB (Red+Green+Blue) = 24+24+24=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 24 (9.77% from 255 or 33.33% from 72); Blue value is 24 (9.77% from 255 or 33.33% from 72); Max value from RGB is 24 - color contains mainly: red, green, blue. Hex color #181818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181818 is #E7E7E7. Grayscale: #181818. Windows color (decimal): -15198184 or 1579032. OLE color: 1579032.

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

Color convert

RGB242424-
CMYK0000.91
HSL0%9.41%-
HSV(B)0%9.41%-
XYZ0.870.910.99-
YUV24128128-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.33%
GREEN value IS 24 (9.77% from 255) = 33.33%
BLUE value IS 24 (9.77% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2424240000.91009.41
Hex1818180005B009
Octal3030300001330011
Binary1100011000110000001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181818; }

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

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

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

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

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

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

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

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