Shades of Melanzane #170A14
Tints of Melanzane #170A14
RGB
CMYK
RGB Variations
Color information
#170A14 (or 0x170A14) is known color: Melanzane. HEX triplet: 17, 0A and 14. RGB value is (23,10,20). Sum of RGB (Red+Green+Blue) = 23+10+20=53 (7% of max value = 765). Red value is 23 (9.38% from 255 or 43.40% from 53); Green value is 10 (4.30% from 255 or 18.87% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 23 - color contains mainly: red. Hex color #170A14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170A14 is #E8F5EB. Grayscale: #0F0F0F. Windows color (decimal): -15267308 or 1313303. OLE color: 1313303.
HSL color Cylindrical-coordinate representation of color #170A14: hue angle of 313.85º degrees, saturation: 0.39, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #170A14 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 10 | 20 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.91 |
| HSL | 313.85º | 0.39% | 0.06% | - |
| HSV(B) | 313.85º | 0.57% | 0.09% | - |
| XYZ | 0.59 | 0.45 | 0.72 | - |
| YUV | 15.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 10 | 20 | 0 | 0.57 | 0.13 | 0.91 | 313.85 | 0.39 | 0.06 |
| Hex | 17 | A | 14 | 0 | 39 | D | 5B | 13A | 27 | 6 |
| Octal | 27 | 12 | 24 | 0 | 71 | 15 | 133 | 472 | 47 | 6 |
| Binary | 10111 | 1010 | 10100 | 0 | 111001 | 1101 | 1011011 | 100111010 | 100111 | 110 |
Color Harmonies of #170A14
Complementary color
Monochromatic Colors of #170A14
Black with #170A14
Text Example
Text Example
White with #170A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170A14; }
p { color: rgb(23,10,20); }
H1.HeaderClassName
{
color: #170A14;
}
.AnyTagClassName
{
color: #170A14;
}
</style>
background-color css
<style>
a { background-color: #170A14; }
a { background-color: rgb(23,10,20); }
div.DivClassName
{
background-color: #170A14;
}
.BgClassName
{
background-color: #170A14;
}
</style>
border-color css
<style>
span { border-color: #170A14; }
span { border-color: rgb(23,10,20); }
td.TdClassName
{
border-color: #170A14;
}
.TagClassName
{
border-color: #170A14;
}
</style>