Shades of Aubergine #20171A
Tints of Aubergine #20171A
RGB
CMYK
RGB Variations
Color information
#20171A (or 0x20171A) is known color: Aubergine. HEX triplet: 20, 17 and 1A. RGB value is (32,23,26). Sum of RGB (Red+Green+Blue) = 32+23+26=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 26 (10.55% from 255 or 32.10% from 81); Max value from RGB is 32 - color contains mainly: red. Hex color #20171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20171A is #DFE8E5. Grayscale: #1A1A1A. Windows color (decimal): -14674150 or 1709856. OLE color: 1709856.
HSL color Cylindrical-coordinate representation of color #20171A: hue angle of 340º 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 #20171A is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 23 | 26 | - |
CMYK | 0 | 0.28 | 0.19 | 0.87 |
HSL | 340º | 0.16% | 0.11% | - |
HSV(B) | 340º | 0.28% | 0.13% | - |
XYZ | 1.09 | 0.99 | 1.11 | - |
YUV | 26.03 | 127.98 | 132.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 23 | 26 | 0 | 0.28 | 0.19 | 0.87 | 340 | 0.16 | 0.11 |
Hex | 20 | 17 | 1A | 0 | 1C | 13 | 57 | 154 | 10 | B |
Octal | 40 | 27 | 32 | 0 | 34 | 23 | 127 | 524 | 20 | 13 |
Binary | 100000 | 10111 | 11010 | 0 | 11100 | 10011 | 1010111 | 101010100 | 10000 | 1011 |
Color Harmonies of #20171A
Complementary color
Monochromatic Colors of #20171A
Black with #20171A
Text Example
Text Example
White with #20171A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20171A; }
p { color: rgb(32,23,26); }
H1.HeaderClassName
{
color: #20171A;
}
.AnyTagClassName
{
color: #20171A;
}
</style>
background-color css
<style>
a { background-color: #20171A; }
a { background-color: rgb(32,23,26); }
div.DivClassName
{
background-color: #20171A;
}
.BgClassName
{
background-color: #20171A;
}
</style>
border-color css
<style>
span { border-color: #20171A; }
span { border-color: rgb(32,23,26); }
td.TdClassName
{
border-color: #20171A;
}
.TagClassName
{
border-color: #20171A;
}
</style>