Shades of Melanzane #170913
Tints of Melanzane #170913
RGB
CMYK
RGB Variations
Color information
#170913 (or 0x170913) is known color: Melanzane. HEX triplet: 17, 09 and 13. RGB value is (23,9,19). Sum of RGB (Red+Green+Blue) = 23+9+19=51 (6% of max value = 765). Red value is 23 (9.38% from 255 or 45.10% from 51); Green value is 9 (3.91% from 255 or 17.65% from 51); Blue value is 19 (7.81% from 255 or 37.25% from 51); Max value from RGB is 23 - color contains mainly: red. Hex color #170913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170913 is #E8F6EC. Grayscale: #0E0E0E. Windows color (decimal): -15267565 or 1247511. OLE color: 1247511.
HSL color Cylindrical-coordinate representation of color #170913: hue angle of 317.14º degrees, saturation: 0.44, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #170913 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 9 | 19 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.91 |
| HSL | 317.14º | 0.44% | 0.06% | - |
| HSV(B) | 317.14º | 0.61% | 0.09% | - |
| XYZ | 0.57 | 0.42 | 0.67 | - |
| YUV | 14.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 9 | 19 | 0 | 0.61 | 0.17 | 0.91 | 317.14 | 0.44 | 0.06 |
| Hex | 17 | 9 | 13 | 0 | 3D | 11 | 5B | 13D | 2C | 6 |
| Octal | 27 | 11 | 23 | 0 | 75 | 21 | 133 | 475 | 54 | 6 |
| Binary | 10111 | 1001 | 10011 | 0 | 111101 | 10001 | 1011011 | 100111101 | 101100 | 110 |
Color Harmonies of #170913
Complementary color
Monochromatic Colors of #170913
Black with #170913
Text Example
Text Example
White with #170913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170913; }
p { color: rgb(23,9,19); }
H1.HeaderClassName
{
color: #170913;
}
.AnyTagClassName
{
color: #170913;
}
</style>
background-color css
<style>
a { background-color: #170913; }
a { background-color: rgb(23,9,19); }
div.DivClassName
{
background-color: #170913;
}
.BgClassName
{
background-color: #170913;
}
</style>
border-color css
<style>
span { border-color: #170913; }
span { border-color: rgb(23,9,19); }
td.TdClassName
{
border-color: #170913;
}
.TagClassName
{
border-color: #170913;
}
</style>