Shades of Aubergine #21171B
Tints of Aubergine #21171B
RGB
CMYK
RGB Variations
Color information
#21171B (or 0x21171B) is known color: Aubergine. HEX triplet: 21, 17 and 1B. RGB value is (33,23,27). Sum of RGB (Red+Green+Blue) = 33+23+27=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 33 - color contains mainly: red. Hex color #21171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21171B is #DEE8E4. Grayscale: #1A1A1A. Windows color (decimal): -14608613 or 1775393. OLE color: 1775393.
HSL color Cylindrical-coordinate representation of color #21171B: hue angle of 336º degrees, saturation: 0.18, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #21171B is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 23 | 27 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.87 |
| HSL | 336º | 0.18% | 0.11% | - |
| HSV(B) | 336º | 0.3% | 0.13% | - |
| XYZ | 1.13 | 1.02 | 1.17 | - |
| YUV | 26.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 27 | 0 | 0.30 | 0.18 | 0.87 | 336 | 0.18 | 0.11 |
| Hex | 21 | 17 | 1B | 0 | 1E | 12 | 57 | 150 | 12 | B |
| Octal | 41 | 27 | 33 | 0 | 36 | 22 | 127 | 520 | 22 | 13 |
| Binary | 100001 | 10111 | 11011 | 0 | 11110 | 10010 | 1010111 | 101010000 | 10010 | 1011 |
Color Harmonies of #21171B
Complementary color
Monochromatic Colors of #21171B
Black with #21171B
Text Example
Text Example
White with #21171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21171B; }
p { color: rgb(33,23,27); }
H1.HeaderClassName
{
color: #21171B;
}
.AnyTagClassName
{
color: #21171B;
}
</style>
background-color css
<style>
a { background-color: #21171B; }
a { background-color: rgb(33,23,27); }
div.DivClassName
{
background-color: #21171B;
}
.BgClassName
{
background-color: #21171B;
}
</style>
border-color css
<style>
span { border-color: #21171B; }
span { border-color: rgb(33,23,27); }
td.TdClassName
{
border-color: #21171B;
}
.TagClassName
{
border-color: #21171B;
}
</style>