Shades of Melanzane #171516
Tints of Melanzane #171516
RGB
CMYK
RGB Variations
Color information
#171516 (or 0x171516) is known color: Melanzane. HEX triplet: 17, 15 and 16. RGB value is (23,21,22). Sum of RGB (Red+Green+Blue) = 23+21+22=66 (8% of max value = 765). Red value is 23 (9.38% from 255 or 34.85% from 66); Green value is 21 (8.59% from 255 or 31.82% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 23 - color contains mainly: red. Hex color #171516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171516 is #E8EAE9. Grayscale: #151515. Windows color (decimal): -15264490 or 1447191. OLE color: 1447191.
HSL color Cylindrical-coordinate representation of color #171516: hue angle of 330º degrees, saturation: 0.05, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #171516 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 21 | 22 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.91 |
| HSL | 330º | 0.05% | 0.09% | - |
| HSV(B) | 330º | 0.09% | 0.09% | - |
| XYZ | 0.77 | 0.78 | 0.87 | - |
| YUV | 21.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 22 | 0 | 0.09 | 0.04 | 0.91 | 330 | 0.05 | 0.09 |
| Hex | 17 | 15 | 16 | 0 | 9 | 4 | 5B | 14A | 5 | 9 |
| Octal | 27 | 25 | 26 | 0 | 11 | 4 | 133 | 512 | 5 | 11 |
| Binary | 10111 | 10101 | 10110 | 0 | 1001 | 100 | 1011011 | 101001010 | 101 | 1001 |
Color Harmonies of #171516
Complementary color
Monochromatic Colors of #171516
Black with #171516
Text Example
Text Example
White with #171516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171516; }
p { color: rgb(23,21,22); }
H1.HeaderClassName
{
color: #171516;
}
.AnyTagClassName
{
color: #171516;
}
</style>
background-color css
<style>
a { background-color: #171516; }
a { background-color: rgb(23,21,22); }
div.DivClassName
{
background-color: #171516;
}
.BgClassName
{
background-color: #171516;
}
</style>
border-color css
<style>
span { border-color: #171516; }
span { border-color: rgb(23,21,22); }
td.TdClassName
{
border-color: #171516;
}
.TagClassName
{
border-color: #171516;
}
</style>