#191818

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

Shades of Nero #191818

Tints of Nero #191818

Color information

#191818 (or 0x191818) is unknown color: approx Nero. HEX triplet: 19, 18 and 18. RGB value is (25,24,24). Sum of RGB (Red+Green+Blue) = 25+24+24=73 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.25% from 73); Green value is 24 (9.77% from 255 or 32.88% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 25 - color contains mainly: red. Hex color #191818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191818 is #E6E7E7. Grayscale: #181818. Windows color (decimal): -15132648 or 1579033. OLE color: 1579033.

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

Color convert

RGB252424-
CMYK00.040.040.90
HSL2.04%9.61%-
HSV(B)4%9.8%-
XYZ0.890.931-
YUV24.3127.83128.5-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 34.25%
GREEN value IS 24 (9.77% from 255) = 32.88%
BLUE value IS 24 (9.77% from 255) = 32.88%
R=34.25%
G=32.88%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25242400.040.040.9002.049.61
Hex1918180445A02a
Octal3130300441320212
Binary110011100011000010010010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191818; }

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

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

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

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

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

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

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

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