Shades of Melanzane #191017
Tints of Melanzane #191017
RGB
CMYK
RGB Variations
Color information
#191017 (or 0x191017) is known color: Melanzane. HEX triplet: 19, 10 and 17. RGB value is (25,16,23). Sum of RGB (Red+Green+Blue) = 25+16+23=64 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.06% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 23 (9.38% from 255 or 35.94% from 64); Max value from RGB is 25 - color contains mainly: red. Hex color #191017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191017 is #E6EFE8. Grayscale: #131313. Windows color (decimal): -15134697 or 1511449. OLE color: 1511449.
HSL color Cylindrical-coordinate representation of color #191017: hue angle of 313.33º 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 #191017 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 16 | 23 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.90 |
| HSL | 313.33º | 0.22% | 0.08% | - |
| HSV(B) | 313.33º | 0.36% | 0.1% | - |
| XYZ | 0.74 | 0.64 | 0.89 | - |
| YUV | 19.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 16 | 23 | 0 | 0.36 | 0.08 | 0.90 | 313.33 | 0.22 | 0.08 |
| Hex | 19 | 10 | 17 | 0 | 24 | 8 | 5A | 139 | 16 | 8 |
| Octal | 31 | 20 | 27 | 0 | 44 | 10 | 132 | 471 | 26 | 10 |
| Binary | 11001 | 10000 | 10111 | 0 | 100100 | 1000 | 1011010 | 100111001 | 10110 | 1000 |
Color Harmonies of #191017
Complementary color
Monochromatic Colors of #191017
Black with #191017
Text Example
Text Example
White with #191017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191017; }
p { color: rgb(25,16,23); }
H1.HeaderClassName
{
color: #191017;
}
.AnyTagClassName
{
color: #191017;
}
</style>
background-color css
<style>
a { background-color: #191017; }
a { background-color: rgb(25,16,23); }
div.DivClassName
{
background-color: #191017;
}
.BgClassName
{
background-color: #191017;
}
</style>
border-color css
<style>
span { border-color: #191017; }
span { border-color: rgb(25,16,23); }
td.TdClassName
{
border-color: #191017;
}
.TagClassName
{
border-color: #191017;
}
</style>