Shades of Aubergine #170F13
Tints of Aubergine #170F13
RGB
CMYK
RGB Variations
Color information
#170F13 (or 0x170F13) is known color: Aubergine. HEX triplet: 17, 0F and 13. RGB value is (23,15,19). Sum of RGB (Red+Green+Blue) = 23+15+19=57 (7% of max value = 765). Red value is 23 (9.38% from 255 or 40.35% from 57); Green value is 15 (6.25% from 255 or 26.32% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 23 - color contains mainly: red. Hex color #170F13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170F13 is #E8F0EC. Grayscale: #111111. Windows color (decimal): -15266029 or 1249047. OLE color: 1249047.
HSL color Cylindrical-coordinate representation of color #170F13: hue angle of 330º degrees, saturation: 0.21, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #170F13 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 15 | 19 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.91 |
| HSL | 330º | 0.21% | 0.07% | - |
| HSV(B) | 330º | 0.35% | 0.09% | - |
| XYZ | 0.64 | 0.57 | 0.69 | - |
| YUV | 17.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 19 | 0 | 0.35 | 0.17 | 0.91 | 330 | 0.21 | 0.07 |
| Hex | 17 | F | 13 | 0 | 23 | 11 | 5B | 14A | 15 | 7 |
| Octal | 27 | 17 | 23 | 0 | 43 | 21 | 133 | 512 | 25 | 7 |
| Binary | 10111 | 1111 | 10011 | 0 | 100011 | 10001 | 1011011 | 101001010 | 10101 | 111 |
Color Harmonies of #170F13
Complementary color
Monochromatic Colors of #170F13
Black with #170F13
Text Example
Text Example
White with #170F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170F13; }
p { color: rgb(23,15,19); }
H1.HeaderClassName
{
color: #170F13;
}
.AnyTagClassName
{
color: #170F13;
}
</style>
background-color css
<style>
a { background-color: #170F13; }
a { background-color: rgb(23,15,19); }
div.DivClassName
{
background-color: #170F13;
}
.BgClassName
{
background-color: #170F13;
}
</style>
border-color css
<style>
span { border-color: #170F13; }
span { border-color: rgb(23,15,19); }
td.TdClassName
{
border-color: #170F13;
}
.TagClassName
{
border-color: #170F13;
}
</style>