Shades of Aubergine #312225
Tints of Aubergine #312225
RGB
CMYK
RGB Variations
Color information
#312225 (or 0x312225) is known color: Aubergine. HEX triplet: 31, 22 and 25. RGB value is (49,34,37). Sum of RGB (Red+Green+Blue) = 49+34+37=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 49 - color contains mainly: red. Hex color #312225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312225 is #CEDDDA. Grayscale: #262626. Windows color (decimal): -13557211 or 2433585. OLE color: 2433585.
HSL color Cylindrical-coordinate representation of color #312225: hue angle of 348º 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 #312225 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 34 | 37 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.81 |
| HSL | 348º | 0.18% | 0.16% | - |
| HSV(B) | 348º | 0.31% | 0.19% | - |
| XYZ | 2.17 | 1.93 | 2.01 | - |
| YUV | 38.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 37 | 0 | 0.31 | 0.24 | 0.81 | 348 | 0.18 | 0.16 |
| Hex | 31 | 22 | 25 | 0 | 1F | 18 | 51 | 15C | 12 | 10 |
| Octal | 61 | 42 | 45 | 0 | 37 | 30 | 121 | 534 | 22 | 20 |
| Binary | 110001 | 100010 | 100101 | 0 | 11111 | 11000 | 1010001 | 101011100 | 10010 | 10000 |
Color Harmonies of #312225
Complementary color
Monochromatic Colors of #312225
Black with #312225
Text Example
Text Example
White with #312225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312225; }
p { color: rgb(49,34,37); }
H1.HeaderClassName
{
color: #312225;
}
.AnyTagClassName
{
color: #312225;
}
</style>
background-color css
<style>
a { background-color: #312225; }
a { background-color: rgb(49,34,37); }
div.DivClassName
{
background-color: #312225;
}
.BgClassName
{
background-color: #312225;
}
</style>
border-color css
<style>
span { border-color: #312225; }
span { border-color: rgb(49,34,37); }
td.TdClassName
{
border-color: #312225;
}
.TagClassName
{
border-color: #312225;
}
</style>