Shades of Aubergine #201419
Tints of Aubergine #201419
RGB
CMYK
RGB Variations
Color information
#201419 (or 0x201419) is known color: Aubergine. HEX triplet: 20, 14 and 19. RGB value is (32,20,25). Sum of RGB (Red+Green+Blue) = 32+20+25=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 25 (10.16% from 255 or 32.47% from 77); Max value from RGB is 32 - color contains mainly: red. Hex color #201419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201419 is #DFEBE6. Grayscale: #181818. Windows color (decimal): -14674919 or 1643552. OLE color: 1643552.
HSL color Cylindrical-coordinate representation of color #201419: hue angle of 335º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #201419 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 20 | 25 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.87 |
| HSL | 335º | 0.23% | 0.1% | - |
| HSV(B) | 335º | 0.38% | 0.13% | - |
| XYZ | 1.02 | 0.88 | 1.04 | - |
| YUV | 24.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 25 | 0 | 0.37 | 0.22 | 0.87 | 335 | 0.23 | 0.1 |
| Hex | 20 | 14 | 19 | 0 | 25 | 16 | 57 | 14F | 17 | A |
| Octal | 40 | 24 | 31 | 0 | 45 | 26 | 127 | 517 | 27 | 12 |
| Binary | 100000 | 10100 | 11001 | 0 | 100101 | 10110 | 1010111 | 101001111 | 10111 | 1010 |
Color Harmonies of #201419
Complementary color
Monochromatic Colors of #201419
Black with #201419
Text Example
Text Example
White with #201419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201419; }
p { color: rgb(32,20,25); }
H1.HeaderClassName
{
color: #201419;
}
.AnyTagClassName
{
color: #201419;
}
</style>
background-color css
<style>
a { background-color: #201419; }
a { background-color: rgb(32,20,25); }
div.DivClassName
{
background-color: #201419;
}
.BgClassName
{
background-color: #201419;
}
</style>
border-color css
<style>
span { border-color: #201419; }
span { border-color: rgb(32,20,25); }
td.TdClassName
{
border-color: #201419;
}
.TagClassName
{
border-color: #201419;
}
</style>