Shades of Aubergine #211519
Tints of Aubergine #211519
RGB
CMYK
RGB Variations
Color information
#211519 (or 0x211519) is known color: Aubergine. HEX triplet: 21, 15 and 19. RGB value is (33,21,25). Sum of RGB (Red+Green+Blue) = 33+21+25=79 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.77% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 33 - color contains mainly: red. Hex color #211519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211519 is #DEEAE6. Grayscale: #191919. Windows color (decimal): -14609127 or 1643809. OLE color: 1643809.
HSL color Cylindrical-coordinate representation of color #211519: hue angle of 340º degrees, saturation: 0.22, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #211519 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 21 | 25 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.87 |
| HSL | 340º | 0.22% | 0.11% | - |
| HSV(B) | 340º | 0.36% | 0.13% | - |
| XYZ | 1.07 | 0.93 | 1.04 | - |
| YUV | 25.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 25 | 0 | 0.36 | 0.24 | 0.87 | 340 | 0.22 | 0.11 |
| Hex | 21 | 15 | 19 | 0 | 24 | 18 | 57 | 154 | 16 | B |
| Octal | 41 | 25 | 31 | 0 | 44 | 30 | 127 | 524 | 26 | 13 |
| Binary | 100001 | 10101 | 11001 | 0 | 100100 | 11000 | 1010111 | 101010100 | 10110 | 1011 |
Color Harmonies of #211519
Complementary color
Monochromatic Colors of #211519
Black with #211519
Text Example
Text Example
White with #211519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211519; }
p { color: rgb(33,21,25); }
H1.HeaderClassName
{
color: #211519;
}
.AnyTagClassName
{
color: #211519;
}
</style>
background-color css
<style>
a { background-color: #211519; }
a { background-color: rgb(33,21,25); }
div.DivClassName
{
background-color: #211519;
}
.BgClassName
{
background-color: #211519;
}
</style>
border-color css
<style>
span { border-color: #211519; }
span { border-color: rgb(33,21,25); }
td.TdClassName
{
border-color: #211519;
}
.TagClassName
{
border-color: #211519;
}
</style>