Shades of Aubergine #321E21
Tints of Aubergine #321E21
RGB
CMYK
RGB Variations
Color information
#321E21 (or 0x321E21) is known color: Aubergine. HEX triplet: 32, 1E and 21. RGB value is (50,30,33). Sum of RGB (Red+Green+Blue) = 50+30+33=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 50 - color contains mainly: red. Hex color #321E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321E21 is #CDE1DE. Grayscale: #242424. Windows color (decimal): -13492703 or 2170418. OLE color: 2170418.
HSL color Cylindrical-coordinate representation of color #321E21: hue angle of 351º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #321E21 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 30 | 33 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.80 |
| HSL | 351º | 0.25% | 0.16% | - |
| HSV(B) | 351º | 0.4% | 0.2% | - |
| XYZ | 2.05 | 1.72 | 1.66 | - |
| YUV | 36.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 33 | 0 | 0.40 | 0.34 | 0.80 | 351 | 0.25 | 0.16 |
| Hex | 32 | 1E | 21 | 0 | 28 | 22 | 50 | 15F | 19 | 10 |
| Octal | 62 | 36 | 41 | 0 | 50 | 42 | 120 | 537 | 31 | 20 |
| Binary | 110010 | 11110 | 100001 | 0 | 101000 | 100010 | 1010000 | 101011111 | 11001 | 10000 |
Color Harmonies of #321E21
Complementary color
Monochromatic Colors of #321E21
Black with #321E21
Text Example
Text Example
White with #321E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E21; }
p { color: rgb(50,30,33); }
H1.HeaderClassName
{
color: #321E21;
}
.AnyTagClassName
{
color: #321E21;
}
</style>
background-color css
<style>
a { background-color: #321E21; }
a { background-color: rgb(50,30,33); }
div.DivClassName
{
background-color: #321E21;
}
.BgClassName
{
background-color: #321E21;
}
</style>
border-color css
<style>
span { border-color: #321E21; }
span { border-color: rgb(50,30,33); }
td.TdClassName
{
border-color: #321E21;
}
.TagClassName
{
border-color: #321E21;
}
</style>