Shades of Aubergine #321F21
Tints of Aubergine #321F21
RGB
CMYK
RGB Variations
Color information
#321F21 (or 0x321F21) is known color: Aubergine. HEX triplet: 32, 1F and 21. RGB value is (50,31,33). Sum of RGB (Red+Green+Blue) = 50+31+33=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 50 - color contains mainly: red. Hex color #321F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F21 is #CDE0DE. Grayscale: #242424. Windows color (decimal): -13492447 or 2170674. OLE color: 2170674.
HSL color Cylindrical-coordinate representation of color #321F21: hue angle of 353.68º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #321F21 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 31 | 33 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.80 |
| HSL | 353.68º | 0.23% | 0.16% | - |
| HSV(B) | 353.68º | 0.38% | 0.2% | - |
| XYZ | 2.08 | 1.77 | 1.67 | - |
| YUV | 36.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 33 | 0 | 0.38 | 0.34 | 0.80 | 353.68 | 0.23 | 0.16 |
| Hex | 32 | 1F | 21 | 0 | 26 | 22 | 50 | 162 | 17 | 10 |
| Octal | 62 | 37 | 41 | 0 | 46 | 42 | 120 | 542 | 27 | 20 |
| Binary | 110010 | 11111 | 100001 | 0 | 100110 | 100010 | 1010000 | 101100010 | 10111 | 10000 |
Color Harmonies of #321F21
Complementary color
Monochromatic Colors of #321F21
Black with #321F21
Text Example
Text Example
White with #321F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321F21; }
p { color: rgb(50,31,33); }
H1.HeaderClassName
{
color: #321F21;
}
.AnyTagClassName
{
color: #321F21;
}
</style>
background-color css
<style>
a { background-color: #321F21; }
a { background-color: rgb(50,31,33); }
div.DivClassName
{
background-color: #321F21;
}
.BgClassName
{
background-color: #321F21;
}
</style>
border-color css
<style>
span { border-color: #321F21; }
span { border-color: rgb(50,31,33); }
td.TdClassName
{
border-color: #321F21;
}
.TagClassName
{
border-color: #321F21;
}
</style>