Shades of Aubergine #312224
Tints of Aubergine #312224
RGB
CMYK
RGB Variations
Color information
#312224 (or 0x312224) is known color: Aubergine. HEX triplet: 31, 22 and 24. RGB value is (49,34,36). Sum of RGB (Red+Green+Blue) = 49+34+36=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 49 - color contains mainly: red. Hex color #312224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312224 is #CEDDDB. Grayscale: #262626. Windows color (decimal): -13557212 or 2368049. OLE color: 2368049.
HSL color Cylindrical-coordinate representation of color #312224: hue angle of 352º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #312224 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 34 | 36 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.81 |
| HSL | 352º | 0.18% | 0.16% | - |
| HSV(B) | 352º | 0.31% | 0.19% | - |
| XYZ | 2.16 | 1.92 | 1.93 | - |
| YUV | 38.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 36 | 0 | 0.31 | 0.27 | 0.81 | 352 | 0.18 | 0.16 |
| Hex | 31 | 22 | 24 | 0 | 1F | 1B | 51 | 160 | 12 | 10 |
| Octal | 61 | 42 | 44 | 0 | 37 | 33 | 121 | 540 | 22 | 20 |
| Binary | 110001 | 100010 | 100100 | 0 | 11111 | 11011 | 1010001 | 101100000 | 10010 | 10000 |
Color Harmonies of #312224
Complementary color
Monochromatic Colors of #312224
Black with #312224
Text Example
Text Example
White with #312224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312224; }
p { color: rgb(49,34,36); }
H1.HeaderClassName
{
color: #312224;
}
.AnyTagClassName
{
color: #312224;
}
</style>
background-color css
<style>
a { background-color: #312224; }
a { background-color: rgb(49,34,36); }
div.DivClassName
{
background-color: #312224;
}
.BgClassName
{
background-color: #312224;
}
</style>
border-color css
<style>
span { border-color: #312224; }
span { border-color: rgb(49,34,36); }
td.TdClassName
{
border-color: #312224;
}
.TagClassName
{
border-color: #312224;
}
</style>