#191718

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

Shades of Melanzane #191718

Tints of Melanzane #191718

Color information

#191718 (or 0x191718) is unknown color: approx Melanzane. HEX triplet: 19, 17 and 18. RGB value is (25,23,24). Sum of RGB (Red+Green+Blue) = 25+23+24=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 23 (9.38% from 255 or 31.94% from 72); Blue value is 24 (9.77% from 255 or 33.33% from 72); Max value from RGB is 25 - color contains mainly: red. Hex color #191718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191718 is #E6E8E7. Grayscale: #171717. Windows color (decimal): -15132904 or 1578777. OLE color: 1578777.

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

Color convert

RGB252324-
CMYK00.080.040.90
HSL330º4.17%9.41%-
HSV(B)330º8%9.8%-
XYZ0.870.890.99-
YUV23.71128.16128.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 34.72%
GREEN value IS 23 (9.38% from 255) = 31.94%
BLUE value IS 24 (9.77% from 255) = 33.33%
R=34.72%
G=31.94%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25232400.080.040.903304.179.41
Hex1917180845A14a49
Octal3127300104132512411
Binary1100110111110000100010010110101010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191718; }

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

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

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

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

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

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

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

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