Shades of Aubergine #20161A
Tints of Aubergine #20161A
RGB
CMYK
RGB Variations
Color information
#20161A (or 0x20161A) is known color: Aubergine. HEX triplet: 20, 16 and 1A. RGB value is (32,22,26). Sum of RGB (Red+Green+Blue) = 32+22+26=80 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 26 (10.55% from 255 or 32.5% from 80); Max value from RGB is 32 - color contains mainly: red. Hex color #20161A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20161A is #DFE9E5. Grayscale: #191919. Windows color (decimal): -14674406 or 1709600. OLE color: 1709600.
HSL color Cylindrical-coordinate representation of color #20161A: hue angle of 336º degrees, saturation: 0.19, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #20161A is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 22 | 26 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.87 |
| HSL | 336º | 0.19% | 0.11% | - |
| HSV(B) | 336º | 0.31% | 0.13% | - |
| XYZ | 1.07 | 0.96 | 1.11 | - |
| YUV | 25.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 26 | 0 | 0.31 | 0.19 | 0.87 | 336 | 0.19 | 0.11 |
| Hex | 20 | 16 | 1A | 0 | 1F | 13 | 57 | 150 | 13 | B |
| Octal | 40 | 26 | 32 | 0 | 37 | 23 | 127 | 520 | 23 | 13 |
| Binary | 100000 | 10110 | 11010 | 0 | 11111 | 10011 | 1010111 | 101010000 | 10011 | 1011 |
Color Harmonies of #20161A
Complementary color
Monochromatic Colors of #20161A
Black with #20161A
Text Example
Text Example
White with #20161A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20161A; }
p { color: rgb(32,22,26); }
H1.HeaderClassName
{
color: #20161A;
}
.AnyTagClassName
{
color: #20161A;
}
</style>
background-color css
<style>
a { background-color: #20161A; }
a { background-color: rgb(32,22,26); }
div.DivClassName
{
background-color: #20161A;
}
.BgClassName
{
background-color: #20161A;
}
</style>
border-color css
<style>
span { border-color: #20161A; }
span { border-color: rgb(32,22,26); }
td.TdClassName
{
border-color: #20161A;
}
.TagClassName
{
border-color: #20161A;
}
</style>