Shades of Aubergine #21191B
Tints of Aubergine #21191B
RGB
CMYK
RGB Variations
Color information
#21191B (or 0x21191B) is known color: Aubergine. HEX triplet: 21, 19 and 1B. RGB value is (33,25,27). Sum of RGB (Red+Green+Blue) = 33+25+27=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 27 (10.94% from 255 or 31.76% from 85); Max value from RGB is 33 - color contains mainly: red. Hex color #21191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21191B is #DEE6E4. Grayscale: #1B1B1B. Windows color (decimal): -14608101 or 1775905. OLE color: 1775905.
HSL color Cylindrical-coordinate representation of color #21191B: hue angle of 345º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #21191B is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 25 | 27 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.87 |
| HSL | 345º | 0.14% | 0.11% | - |
| HSV(B) | 345º | 0.24% | 0.13% | - |
| XYZ | 1.17 | 1.1 | 1.19 | - |
| YUV | 27.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 27 | 0 | 0.24 | 0.18 | 0.87 | 345 | 0.14 | 0.11 |
| Hex | 21 | 19 | 1B | 0 | 18 | 12 | 57 | 159 | E | B |
| Octal | 41 | 31 | 33 | 0 | 30 | 22 | 127 | 531 | 16 | 13 |
| Binary | 100001 | 11001 | 11011 | 0 | 11000 | 10010 | 1010111 | 101011001 | 1110 | 1011 |
Color Harmonies of #21191B
Complementary color
Monochromatic Colors of #21191B
Black with #21191B
Text Example
Text Example
White with #21191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21191B; }
p { color: rgb(33,25,27); }
H1.HeaderClassName
{
color: #21191B;
}
.AnyTagClassName
{
color: #21191B;
}
</style>
background-color css
<style>
a { background-color: #21191B; }
a { background-color: rgb(33,25,27); }
div.DivClassName
{
background-color: #21191B;
}
.BgClassName
{
background-color: #21191B;
}
</style>
border-color css
<style>
span { border-color: #21191B; }
span { border-color: rgb(33,25,27); }
td.TdClassName
{
border-color: #21191B;
}
.TagClassName
{
border-color: #21191B;
}
</style>