Shades of Melanzane #170813
Tints of Melanzane #170813
RGB
CMYK
RGB Variations
Color information
#170813 (or 0x170813) is known color: Melanzane. HEX triplet: 17, 08 and 13. RGB value is (23,8,19). Sum of RGB (Red+Green+Blue) = 23+8+19=50 (6% of max value = 765). Red value is 23 (9.38% from 255 or 46% from 50); Green value is 8 (3.52% from 255 or 16% from 50); Blue value is 19 (7.81% from 255 or 38% from 50); Max value from RGB is 23 - color contains mainly: red. Hex color #170813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170813 is #E8F7EC. Grayscale: #0D0D0D. Windows color (decimal): -15267821 or 1247255. OLE color: 1247255.
HSL color Cylindrical-coordinate representation of color #170813: hue angle of 316º degrees, saturation: 0.48, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #170813 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 8 | 19 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.91 |
| HSL | 316º | 0.48% | 0.06% | - |
| HSV(B) | 316º | 0.65% | 0.09% | - |
| XYZ | 0.56 | 0.4 | 0.66 | - |
| YUV | 13.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 8 | 19 | 0 | 0.65 | 0.17 | 0.91 | 316 | 0.48 | 0.06 |
| Hex | 17 | 8 | 13 | 0 | 41 | 11 | 5B | 13C | 30 | 6 |
| Octal | 27 | 10 | 23 | 0 | 101 | 21 | 133 | 474 | 60 | 6 |
| Binary | 10111 | 1000 | 10011 | 0 | 1000001 | 10001 | 1011011 | 100111100 | 110000 | 110 |
Color Harmonies of #170813
Complementary color
Monochromatic Colors of #170813
Black with #170813
Text Example
Text Example
White with #170813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170813; }
p { color: rgb(23,8,19); }
H1.HeaderClassName
{
color: #170813;
}
.AnyTagClassName
{
color: #170813;
}
</style>
background-color css
<style>
a { background-color: #170813; }
a { background-color: rgb(23,8,19); }
div.DivClassName
{
background-color: #170813;
}
.BgClassName
{
background-color: #170813;
}
</style>
border-color css
<style>
span { border-color: #170813; }
span { border-color: rgb(23,8,19); }
td.TdClassName
{
border-color: #170813;
}
.TagClassName
{
border-color: #170813;
}
</style>