Shades of Melanzane #191016
Tints of Melanzane #191016
RGB
CMYK
RGB Variations
Color information
#191016 (or 0x191016) is known color: Melanzane. HEX triplet: 19, 10 and 16. RGB value is (25,16,22). Sum of RGB (Red+Green+Blue) = 25+16+22=63 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.68% from 63); Green value is 16 (6.64% from 255 or 25.40% from 63); Blue value is 22 (8.98% from 255 or 34.92% from 63); Max value from RGB is 25 - color contains mainly: red. Hex color #191016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191016 is #E6EFE9. Grayscale: #131313. Windows color (decimal): -15134698 or 1445913. OLE color: 1445913.
HSL color Cylindrical-coordinate representation of color #191016: hue angle of 320º degrees, saturation: 0.22, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #191016 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 16 | 22 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.90 |
| HSL | 320º | 0.22% | 0.08% | - |
| HSV(B) | 320º | 0.36% | 0.1% | - |
| XYZ | 0.73 | 0.64 | 0.84 | - |
| YUV | 19.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 16 | 22 | 0 | 0.36 | 0.12 | 0.90 | 320 | 0.22 | 0.08 |
| Hex | 19 | 10 | 16 | 0 | 24 | C | 5A | 140 | 16 | 8 |
| Octal | 31 | 20 | 26 | 0 | 44 | 14 | 132 | 500 | 26 | 10 |
| Binary | 11001 | 10000 | 10110 | 0 | 100100 | 1100 | 1011010 | 101000000 | 10110 | 1000 |
Color Harmonies of #191016
Complementary color
Monochromatic Colors of #191016
Black with #191016
Text Example
Text Example
White with #191016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191016; }
p { color: rgb(25,16,22); }
H1.HeaderClassName
{
color: #191016;
}
.AnyTagClassName
{
color: #191016;
}
</style>
background-color css
<style>
a { background-color: #191016; }
a { background-color: rgb(25,16,22); }
div.DivClassName
{
background-color: #191016;
}
.BgClassName
{
background-color: #191016;
}
</style>
border-color css
<style>
span { border-color: #191016; }
span { border-color: rgb(25,16,22); }
td.TdClassName
{
border-color: #191016;
}
.TagClassName
{
border-color: #191016;
}
</style>