Shades of Aubergine #331E21
Tints of Aubergine #331E21
RGB
CMYK
RGB Variations
Color information
#331E21 (or 0x331E21) is known color: Aubergine. HEX triplet: 33, 1E and 21. RGB value is (51,30,33). Sum of RGB (Red+Green+Blue) = 51+30+33=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 51 - color contains mainly: red. Hex color #331E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331E21 is #CCE1DE. Grayscale: #242424. Windows color (decimal): -13427167 or 2170419. OLE color: 2170419.
HSL color Cylindrical-coordinate representation of color #331E21: hue angle of 351.43º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #331E21 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 30 | 33 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.8 |
| HSL | 351.43º | 0.26% | 0.16% | - |
| HSV(B) | 351.43º | 0.41% | 0.2% | - |
| XYZ | 2.1 | 1.74 | 1.66 | - |
| YUV | 36.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 30 | 33 | 0 | 0.41 | 0.35 | 0.8 | 351.43 | 0.26 | 0.16 |
| Hex | 33 | 1E | 21 | 0 | 29 | 23 | 50 | 15F | 1A | 10 |
| Octal | 63 | 36 | 41 | 0 | 51 | 43 | 120 | 537 | 32 | 20 |
| Binary | 110011 | 11110 | 100001 | 0 | 101001 | 100011 | 1010000 | 101011111 | 11010 | 10000 |
Color Harmonies of #331E21
Complementary color
Monochromatic Colors of #331E21
Black with #331E21
Text Example
Text Example
White with #331E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331E21; }
p { color: rgb(51,30,33); }
H1.HeaderClassName
{
color: #331E21;
}
.AnyTagClassName
{
color: #331E21;
}
</style>
background-color css
<style>
a { background-color: #331E21; }
a { background-color: rgb(51,30,33); }
div.DivClassName
{
background-color: #331E21;
}
.BgClassName
{
background-color: #331E21;
}
</style>
border-color css
<style>
span { border-color: #331E21; }
span { border-color: rgb(51,30,33); }
td.TdClassName
{
border-color: #331E21;
}
.TagClassName
{
border-color: #331E21;
}
</style>