Shades of Aubergine #21181B
Tints of Aubergine #21181B
RGB
CMYK
RGB Variations
Color information
#21181B (or 0x21181B) is known color: Aubergine. HEX triplet: 21, 18 and 1B. RGB value is (33,24,27). Sum of RGB (Red+Green+Blue) = 33+24+27=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 33 - color contains mainly: red. Hex color #21181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21181B is #DEE7E4. Grayscale: #1B1B1B. Windows color (decimal): -14608357 or 1775649. OLE color: 1775649.
HSL color Cylindrical-coordinate representation of color #21181B: 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.27%. Process color model (Four color, CMYK) of #21181B is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 24 | 27 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.87 |
| HSL | 340º | 0.16% | 0.11% | - |
| HSV(B) | 340º | 0.27% | 0.13% | - |
| XYZ | 1.15 | 1.06 | 1.18 | - |
| YUV | 27.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 27 | 0 | 0.27 | 0.18 | 0.87 | 340 | 0.16 | 0.11 |
| Hex | 21 | 18 | 1B | 0 | 1B | 12 | 57 | 154 | 10 | B |
| Octal | 41 | 30 | 33 | 0 | 33 | 22 | 127 | 524 | 20 | 13 |
| Binary | 100001 | 11000 | 11011 | 0 | 11011 | 10010 | 1010111 | 101010100 | 10000 | 1011 |
Color Harmonies of #21181B
Complementary color
Monochromatic Colors of #21181B
Black with #21181B
Text Example
Text Example
White with #21181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21181B; }
p { color: rgb(33,24,27); }
H1.HeaderClassName
{
color: #21181B;
}
.AnyTagClassName
{
color: #21181B;
}
</style>
background-color css
<style>
a { background-color: #21181B; }
a { background-color: rgb(33,24,27); }
div.DivClassName
{
background-color: #21181B;
}
.BgClassName
{
background-color: #21181B;
}
</style>
border-color css
<style>
span { border-color: #21181B; }
span { border-color: rgb(33,24,27); }
td.TdClassName
{
border-color: #21181B;
}
.TagClassName
{
border-color: #21181B;
}
</style>