Shades of Melanzane #170C14
Tints of Melanzane #170C14
RGB
CMYK
RGB Variations
Color information
#170C14 (or 0x170C14) is known color: Melanzane. HEX triplet: 17, 0C and 14. RGB value is (23,12,20). Sum of RGB (Red+Green+Blue) = 23+12+20=55 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.82% from 55); Green value is 12 (5.08% from 255 or 21.82% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 23 - color contains mainly: red. Hex color #170C14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170C14 is #E8F3EB. Grayscale: #101010. Windows color (decimal): -15266796 or 1313815. OLE color: 1313815.
HSL color Cylindrical-coordinate representation of color #170C14: hue angle of 316.36º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #170C14 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 12 | 20 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.91 |
| HSL | 316.36º | 0.31% | 0.07% | - |
| HSV(B) | 316.36º | 0.48% | 0.09% | - |
| XYZ | 0.61 | 0.5 | 0.73 | - |
| YUV | 16.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 12 | 20 | 0 | 0.48 | 0.13 | 0.91 | 316.36 | 0.31 | 0.07 |
| Hex | 17 | C | 14 | 0 | 30 | D | 5B | 13C | 1F | 7 |
| Octal | 27 | 14 | 24 | 0 | 60 | 15 | 133 | 474 | 37 | 7 |
| Binary | 10111 | 1100 | 10100 | 0 | 110000 | 1101 | 1011011 | 100111100 | 11111 | 111 |
Color Harmonies of #170C14
Complementary color
Monochromatic Colors of #170C14
Black with #170C14
Text Example
Text Example
White with #170C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170C14; }
p { color: rgb(23,12,20); }
H1.HeaderClassName
{
color: #170C14;
}
.AnyTagClassName
{
color: #170C14;
}
</style>
background-color css
<style>
a { background-color: #170C14; }
a { background-color: rgb(23,12,20); }
div.DivClassName
{
background-color: #170C14;
}
.BgClassName
{
background-color: #170C14;
}
</style>
border-color css
<style>
span { border-color: #170C14; }
span { border-color: rgb(23,12,20); }
td.TdClassName
{
border-color: #170C14;
}
.TagClassName
{
border-color: #170C14;
}
</style>