Shades of Aubergine #141012
Tints of Aubergine #141012
RGB
CMYK
RGB Variations
Color information
#141012 (or 0x141012) is known color: Aubergine. HEX triplet: 14, 10 and 12. RGB value is (20,16,18). Sum of RGB (Red+Green+Blue) = 20+16+18=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 20 - color contains mainly: red. Hex color #141012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141012 is #EBEFED. Grayscale: #111111. Windows color (decimal): -15462382 or 1183764. OLE color: 1183764.
HSL color Cylindrical-coordinate representation of color #141012: hue angle of 330º degrees, saturation: 0.11, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #141012 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 16 | 18 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.92 |
| HSL | 330º | 0.11% | 0.07% | - |
| HSV(B) | 330º | 0.2% | 0.08% | - |
| XYZ | 0.58 | 0.56 | 0.65 | - |
| YUV | 17.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 16 | 18 | 0 | 0.20 | 0.10 | 0.92 | 330 | 0.11 | 0.07 |
| Hex | 14 | 10 | 12 | 0 | 14 | A | 5C | 14A | B | 7 |
| Octal | 24 | 20 | 22 | 0 | 24 | 12 | 134 | 512 | 13 | 7 |
| Binary | 10100 | 10000 | 10010 | 0 | 10100 | 1010 | 1011100 | 101001010 | 1011 | 111 |
Color Harmonies of #141012
Complementary color
Monochromatic Colors of #141012
Black with #141012
Text Example
Text Example
White with #141012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141012; }
p { color: rgb(20,16,18); }
H1.HeaderClassName
{
color: #141012;
}
.AnyTagClassName
{
color: #141012;
}
</style>
background-color css
<style>
a { background-color: #141012; }
a { background-color: rgb(20,16,18); }
div.DivClassName
{
background-color: #141012;
}
.BgClassName
{
background-color: #141012;
}
</style>
border-color css
<style>
span { border-color: #141012; }
span { border-color: rgb(20,16,18); }
td.TdClassName
{
border-color: #141012;
}
.TagClassName
{
border-color: #141012;
}
</style>