Shades of Melanzane #191318
Tints of Melanzane #191318
RGB
CMYK
RGB Variations
Color information
#191318 (or 0x191318) is known color: Melanzane. HEX triplet: 19, 13 and 18. RGB value is (25,19,24). Sum of RGB (Red+Green+Blue) = 25+19+24=68 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.76% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 24 (9.77% from 255 or 35.29% from 68); Max value from RGB is 25 - color contains mainly: red. Hex color #191318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191318 is #E6ECE7. Grayscale: #151515. Windows color (decimal): -15133928 or 1577753. OLE color: 1577753.
HSL color Cylindrical-coordinate representation of color #191318: hue angle of 310º degrees, saturation: 0.14, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #191318 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 19 | 24 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.90 |
| HSL | 310º | 0.14% | 0.09% | - |
| HSV(B) | 310º | 0.24% | 0.1% | - |
| XYZ | 0.8 | 0.74 | 0.96 | - |
| YUV | 21.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 24 | 0 | 0.24 | 0.04 | 0.90 | 310 | 0.14 | 0.09 |
| Hex | 19 | 13 | 18 | 0 | 18 | 4 | 5A | 136 | E | 9 |
| Octal | 31 | 23 | 30 | 0 | 30 | 4 | 132 | 466 | 16 | 11 |
| Binary | 11001 | 10011 | 11000 | 0 | 11000 | 100 | 1011010 | 100110110 | 1110 | 1001 |
Color Harmonies of #191318
Complementary color
Monochromatic Colors of #191318
Black with #191318
Text Example
Text Example
White with #191318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191318; }
p { color: rgb(25,19,24); }
H1.HeaderClassName
{
color: #191318;
}
.AnyTagClassName
{
color: #191318;
}
</style>
background-color css
<style>
a { background-color: #191318; }
a { background-color: rgb(25,19,24); }
div.DivClassName
{
background-color: #191318;
}
.BgClassName
{
background-color: #191318;
}
</style>
border-color css
<style>
span { border-color: #191318; }
span { border-color: rgb(25,19,24); }
td.TdClassName
{
border-color: #191318;
}
.TagClassName
{
border-color: #191318;
}
</style>