Shades of Melanzane #191618
Tints of Melanzane #191618
RGB
CMYK
RGB Variations
Color information
#191618 (or 0x191618) is known color: 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
RGB | 25 | 22 | 24 | - |
CMYK | 0 | 0.12 | 0.04 | 0.90 |
HSL | 320º | 0.06% | 0.09% | - |
HSV(B) | 320º | 0.12% | 0.1% | - |
XYZ | 0.85 | 0.85 | 0.98 | - |
YUV | 23.13 | 128.49 | 129.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 25 | 22 | 24 | 0 | 0.12 | 0.04 | 0.90 | 320 | 0.06 | 0.09 |
Hex | 19 | 16 | 18 | 0 | C | 4 | 5A | 140 | 6 | 9 |
Octal | 31 | 26 | 30 | 0 | 14 | 4 | 132 | 500 | 6 | 11 |
Binary | 11001 | 10110 | 11000 | 0 | 1100 | 100 | 1011010 | 101000000 | 110 | 1001 |
Color Harmonies of #191618
Complementary color
Monochromatic Colors of #191618
Black with #191618
Text Example
Text Example
White with #191618
Text Example
Text Example
HTML Codes & Css Web 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>