Shades of Aubergine #161013
Tints of Aubergine #161013
RGB
CMYK
RGB Variations
Color information
#161013 (or 0x161013) is known color: Aubergine. HEX triplet: 16, 10 and 13. RGB value is (22,16,19). Sum of RGB (Red+Green+Blue) = 22+16+19=57 (7% of max value = 765). Red value is 22 (8.98% from 255 or 38.60% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 22 - color contains mainly: red. Hex color #161013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161013 is #E9EFEC. Grayscale: #121212. Windows color (decimal): -15331309 or 1249302. OLE color: 1249302.
HSL color Cylindrical-coordinate representation of color #161013: hue angle of 330º degrees, saturation: 0.16, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #161013 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 16 | 19 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.91 |
| HSL | 330º | 0.16% | 0.07% | - |
| HSV(B) | 330º | 0.27% | 0.09% | - |
| XYZ | 0.63 | 0.59 | 0.7 | - |
| YUV | 18.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 16 | 19 | 0 | 0.27 | 0.14 | 0.91 | 330 | 0.16 | 0.07 |
| Hex | 16 | 10 | 13 | 0 | 1B | E | 5B | 14A | 10 | 7 |
| Octal | 26 | 20 | 23 | 0 | 33 | 16 | 133 | 512 | 20 | 7 |
| Binary | 10110 | 10000 | 10011 | 0 | 11011 | 1110 | 1011011 | 101001010 | 10000 | 111 |
Color Harmonies of #161013
Complementary color
Monochromatic Colors of #161013
Black with #161013
Text Example
Text Example
White with #161013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161013; }
p { color: rgb(22,16,19); }
H1.HeaderClassName
{
color: #161013;
}
.AnyTagClassName
{
color: #161013;
}
</style>
background-color css
<style>
a { background-color: #161013; }
a { background-color: rgb(22,16,19); }
div.DivClassName
{
background-color: #161013;
}
.BgClassName
{
background-color: #161013;
}
</style>
border-color css
<style>
span { border-color: #161013; }
span { border-color: rgb(22,16,19); }
td.TdClassName
{
border-color: #161013;
}
.TagClassName
{
border-color: #161013;
}
</style>