Shades of Aubergine #121011
Tints of Aubergine #121011
RGB
CMYK
RGB Variations
Color information
#121011 (or 0x121011) is known color: Aubergine. HEX triplet: 12, 10 and 11. RGB value is (18,16,17). Sum of RGB (Red+Green+Blue) = 18+16+17=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 16 (6.64% from 255 or 31.37% from 51); Blue value is 17 (7.03% from 255 or 33.33% from 51); Max value from RGB is 18 - color contains mainly: red. Hex color #121011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121011 is #EDEFEE. Grayscale: #101010. Windows color (decimal): -15593455 or 1118226. OLE color: 1118226.
HSL color Cylindrical-coordinate representation of color #121011: hue angle of 330º degrees, saturation: 0.06, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #121011 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 16 | 17 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.93 |
| HSL | 330º | 0.06% | 0.07% | - |
| HSV(B) | 330º | 0.11% | 0.07% | - |
| XYZ | 0.54 | 0.54 | 0.61 | - |
| YUV | 16.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 16 | 17 | 0 | 0.11 | 0.06 | 0.93 | 330 | 0.06 | 0.07 |
| Hex | 12 | 10 | 11 | 0 | B | 6 | 5D | 14A | 6 | 7 |
| Octal | 22 | 20 | 21 | 0 | 13 | 6 | 135 | 512 | 6 | 7 |
| Binary | 10010 | 10000 | 10001 | 0 | 1011 | 110 | 1011101 | 101001010 | 110 | 111 |
Color Harmonies of #121011
Complementary color
Monochromatic Colors of #121011
Black with #121011
Text Example
Text Example
White with #121011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121011; }
p { color: rgb(18,16,17); }
H1.HeaderClassName
{
color: #121011;
}
.AnyTagClassName
{
color: #121011;
}
</style>
background-color css
<style>
a { background-color: #121011; }
a { background-color: rgb(18,16,17); }
div.DivClassName
{
background-color: #121011;
}
.BgClassName
{
background-color: #121011;
}
</style>
border-color css
<style>
span { border-color: #121011; }
span { border-color: rgb(18,16,17); }
td.TdClassName
{
border-color: #121011;
}
.TagClassName
{
border-color: #121011;
}
</style>