Shades of Aubergine #20191B
Tints of Aubergine #20191B
RGB
CMYK
RGB Variations
Color information
#20191B (or 0x20191B) is known color: Aubergine. HEX triplet: 20, 19 and 1B. RGB value is (32,25,27). Sum of RGB (Red+Green+Blue) = 32+25+27=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 32 - color contains mainly: red. Hex color #20191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20191B is #DFE6E4. Grayscale: #1B1B1B. Windows color (decimal): -14673637 or 1775904. OLE color: 1775904.
HSL color Cylindrical-coordinate representation of color #20191B: hue angle of 342.86º degrees, saturation: 0.12, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #20191B is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 25 | 27 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.87 |
| HSL | 342.86º | 0.12% | 0.11% | - |
| HSV(B) | 342.86º | 0.22% | 0.13% | - |
| XYZ | 1.14 | 1.08 | 1.19 | - |
| YUV | 27.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 27 | 0 | 0.22 | 0.16 | 0.87 | 342.86 | 0.12 | 0.11 |
| Hex | 20 | 19 | 1B | 0 | 16 | 10 | 57 | 157 | C | B |
| Octal | 40 | 31 | 33 | 0 | 26 | 20 | 127 | 527 | 14 | 13 |
| Binary | 100000 | 11001 | 11011 | 0 | 10110 | 10000 | 1010111 | 101010111 | 1100 | 1011 |
Color Harmonies of #20191B
Complementary color
Monochromatic Colors of #20191B
Black with #20191B
Text Example
Text Example
White with #20191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20191B; }
p { color: rgb(32,25,27); }
H1.HeaderClassName
{
color: #20191B;
}
.AnyTagClassName
{
color: #20191B;
}
</style>
background-color css
<style>
a { background-color: #20191B; }
a { background-color: rgb(32,25,27); }
div.DivClassName
{
background-color: #20191B;
}
.BgClassName
{
background-color: #20191B;
}
</style>
border-color css
<style>
span { border-color: #20191B; }
span { border-color: rgb(32,25,27); }
td.TdClassName
{
border-color: #20191B;
}
.TagClassName
{
border-color: #20191B;
}
</style>