Shades of Aubergine #20171B
Tints of Aubergine #20171B
RGB
CMYK
RGB Variations
Color information
#20171B (or 0x20171B) is known color: Aubergine. HEX triplet: 20, 17 and 1B. RGB value is (32,23,27). Sum of RGB (Red+Green+Blue) = 32+23+27=82 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.02% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 32 - color contains mainly: red. Hex color #20171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20171B is #DFE8E4. Grayscale: #1A1A1A. Windows color (decimal): -14674149 or 1775392. OLE color: 1775392.
HSL color Cylindrical-coordinate representation of color #20171B: hue angle of 333.33º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #20171B is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 23 | 27 | - |
CMYK | 0 | 0.28 | 0.16 | 0.87 |
HSL | 333.33º | 0.16% | 0.11% | - |
HSV(B) | 333.33º | 0.28% | 0.13% | - |
XYZ | 1.1 | 1 | 1.17 | - |
YUV | 26.15 | 128.48 | 132.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 23 | 27 | 0 | 0.28 | 0.16 | 0.87 | 333.33 | 0.16 | 0.11 |
Hex | 20 | 17 | 1B | 0 | 1C | 10 | 57 | 14D | 10 | B |
Octal | 40 | 27 | 33 | 0 | 34 | 20 | 127 | 515 | 20 | 13 |
Binary | 100000 | 10111 | 11011 | 0 | 11100 | 10000 | 1010111 | 101001101 | 10000 | 1011 |
Color Harmonies of #20171B
Complementary color
Monochromatic Colors of #20171B
Black with #20171B
Text Example
Text Example
White with #20171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20171B; }
p { color: rgb(32,23,27); }
H1.HeaderClassName
{
color: #20171B;
}
.AnyTagClassName
{
color: #20171B;
}
</style>
background-color css
<style>
a { background-color: #20171B; }
a { background-color: rgb(32,23,27); }
div.DivClassName
{
background-color: #20171B;
}
.BgClassName
{
background-color: #20171B;
}
</style>
border-color css
<style>
span { border-color: #20171B; }
span { border-color: rgb(32,23,27); }
td.TdClassName
{
border-color: #20171B;
}
.TagClassName
{
border-color: #20171B;
}
</style>