Shades of Aubergine #312022
Tints of Aubergine #312022
RGB
CMYK
RGB Variations
Color information
#312022 (or 0x312022) is known color: Aubergine. HEX triplet: 31, 20 and 22. RGB value is (49,32,34). Sum of RGB (Red+Green+Blue) = 49+32+34=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 34 (13.67% from 255 or 29.57% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #312022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312022 is #CEDFDD. Grayscale: #252525. Windows color (decimal): -13557726 or 2236465. OLE color: 2236465.
HSL color Cylindrical-coordinate representation of color #312022: hue angle of 352.94º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #312022 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 32 | 34 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.81 |
| HSL | 352.94º | 0.21% | 0.16% | - |
| HSV(B) | 352.94º | 0.35% | 0.19% | - |
| XYZ | 2.07 | 1.8 | 1.75 | - |
| YUV | 37.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 32 | 34 | 0 | 0.35 | 0.31 | 0.81 | 352.94 | 0.21 | 0.16 |
| Hex | 31 | 20 | 22 | 0 | 23 | 1F | 51 | 161 | 15 | 10 |
| Octal | 61 | 40 | 42 | 0 | 43 | 37 | 121 | 541 | 25 | 20 |
| Binary | 110001 | 100000 | 100010 | 0 | 100011 | 11111 | 1010001 | 101100001 | 10101 | 10000 |
Color Harmonies of #312022
Complementary color
Monochromatic Colors of #312022
Black with #312022
Text Example
Text Example
White with #312022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312022; }
p { color: rgb(49,32,34); }
H1.HeaderClassName
{
color: #312022;
}
.AnyTagClassName
{
color: #312022;
}
</style>
background-color css
<style>
a { background-color: #312022; }
a { background-color: rgb(49,32,34); }
div.DivClassName
{
background-color: #312022;
}
.BgClassName
{
background-color: #312022;
}
</style>
border-color css
<style>
span { border-color: #312022; }
span { border-color: rgb(49,32,34); }
td.TdClassName
{
border-color: #312022;
}
.TagClassName
{
border-color: #312022;
}
</style>