#191618

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

Shades of Melanzane #191618

Tints of Melanzane #191618

Color information

#191618 (or 0x191618) is unknown color: approx Melanzane. HEX triplet: 19, 16 and 18. RGB value is (25,22,24). Sum of RGB (Red+Green+Blue) = 25+22+24=71 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.21% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 24 (9.77% from 255 or 33.80% from 71); Max value from RGB is 25 - color contains mainly: red. Hex color #191618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191618 is #E6E9E7. Grayscale: #171717. Windows color (decimal): -15133160 or 1578521. OLE color: 1578521.

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

Color convert

RGB252224-
CMYK00.120.040.90
HSL320º6.38%9.22%-
HSV(B)320º12%9.8%-
XYZ0.850.850.98-
YUV23.12128.49129.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 35.21%
GREEN value IS 22 (8.98% from 255) = 30.99%
BLUE value IS 24 (9.77% from 255) = 33.80%
R=35.21%
G=30.99%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25222400.120.040.903206.389.22
Hex1916180C45A14069
Octal3126300144132500611
Binary1100110110110000110010010110101010000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191618; }

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

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

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

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

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

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

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

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