Shades of Aubergine #20151A
Tints of Aubergine #20151A
RGB
CMYK
RGB Variations
Color information
#20151A (or 0x20151A) is known color: Aubergine. HEX triplet: 20, 15 and 1A. RGB value is (32,21,26). Sum of RGB (Red+Green+Blue) = 32+21+26=79 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40.51% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 32 - color contains mainly: red. Hex color #20151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20151A is #DFEAE5. Grayscale: #181818. Windows color (decimal): -14674662 or 1709344. OLE color: 1709344.
HSL color Cylindrical-coordinate representation of color #20151A: hue angle of 332.73º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #20151A is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 21 | 26 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.87 |
| HSL | 332.73º | 0.21% | 0.1% | - |
| HSV(B) | 332.73º | 0.34% | 0.13% | - |
| XYZ | 1.05 | 0.92 | 1.1 | - |
| YUV | 24.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 26 | 0 | 0.34 | 0.19 | 0.87 | 332.73 | 0.21 | 0.1 |
| Hex | 20 | 15 | 1A | 0 | 22 | 13 | 57 | 14D | 15 | A |
| Octal | 40 | 25 | 32 | 0 | 42 | 23 | 127 | 515 | 25 | 12 |
| Binary | 100000 | 10101 | 11010 | 0 | 100010 | 10011 | 1010111 | 101001101 | 10101 | 1010 |
Color Harmonies of #20151A
Complementary color
Monochromatic Colors of #20151A
Black with #20151A
Text Example
Text Example
White with #20151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20151A; }
p { color: rgb(32,21,26); }
H1.HeaderClassName
{
color: #20151A;
}
.AnyTagClassName
{
color: #20151A;
}
</style>
background-color css
<style>
a { background-color: #20151A; }
a { background-color: rgb(32,21,26); }
div.DivClassName
{
background-color: #20151A;
}
.BgClassName
{
background-color: #20151A;
}
</style>
border-color css
<style>
span { border-color: #20151A; }
span { border-color: rgb(32,21,26); }
td.TdClassName
{
border-color: #20151A;
}
.TagClassName
{
border-color: #20151A;
}
</style>