Shades of Aubergine #312829
Tints of Aubergine #312829
RGB
CMYK
RGB Variations
Color information
#312829 (or 0x312829) is known color: Aubergine. HEX triplet: 31, 28 and 29. RGB value is (49,40,41). Sum of RGB (Red+Green+Blue) = 49+40+41=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 49 - color contains mainly: red. Hex color #312829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312829 is #CED7D6. Grayscale: #2A2A2A. Windows color (decimal): -13555671 or 2697265. OLE color: 2697265.
HSL color Cylindrical-coordinate representation of color #312829: hue angle of 353.33º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #312829 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 40 | 41 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.81 |
| HSL | 353.33º | 0.1% | 0.17% | - |
| HSV(B) | 353.33º | 0.18% | 0.19% | - |
| XYZ | 2.43 | 2.33 | 2.42 | - |
| YUV | 42.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 40 | 41 | 0 | 0.18 | 0.16 | 0.81 | 353.33 | 0.1 | 0.17 |
| Hex | 31 | 28 | 29 | 0 | 12 | 10 | 51 | 161 | A | 11 |
| Octal | 61 | 50 | 51 | 0 | 22 | 20 | 121 | 541 | 12 | 21 |
| Binary | 110001 | 101000 | 101001 | 0 | 10010 | 10000 | 1010001 | 101100001 | 1010 | 10001 |
Color Harmonies of #312829
Complementary color
Monochromatic Colors of #312829
Black with #312829
Text Example
Text Example
White with #312829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312829; }
p { color: rgb(49,40,41); }
H1.HeaderClassName
{
color: #312829;
}
.AnyTagClassName
{
color: #312829;
}
</style>
background-color css
<style>
a { background-color: #312829; }
a { background-color: rgb(49,40,41); }
div.DivClassName
{
background-color: #312829;
}
.BgClassName
{
background-color: #312829;
}
</style>
border-color css
<style>
span { border-color: #312829; }
span { border-color: rgb(49,40,41); }
td.TdClassName
{
border-color: #312829;
}
.TagClassName
{
border-color: #312829;
}
</style>