Shades of Aubergine #312D2E
Tints of Aubergine #312D2E
RGB
CMYK
RGB Variations
Color information
#312D2E (or 0x312D2E) is known color: Aubergine. HEX triplet: 31, 2D and 2E. RGB value is (49,45,46). Sum of RGB (Red+Green+Blue) = 49+45+46=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 45 (17.97% from 255 or 32.14% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 49 - color contains mainly: red. Hex color #312D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312D2E is #CED2D1. Grayscale: #2E2E2E. Windows color (decimal): -13554386 or 3026225. OLE color: 3026225.
HSL color Cylindrical-coordinate representation of color #312D2E: hue angle of 345º degrees, saturation: 0.04, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #312D2E is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 45 | 46 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.81 |
| HSL | 345º | 0.04% | 0.18% | - |
| HSV(B) | 345º | 0.08% | 0.19% | - |
| XYZ | 2.7 | 2.73 | 2.97 | - |
| YUV | 46.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 46 | 0 | 0.08 | 0.06 | 0.81 | 345 | 0.04 | 0.18 |
| Hex | 31 | 2D | 2E | 0 | 8 | 6 | 51 | 159 | 4 | 12 |
| Octal | 61 | 55 | 56 | 0 | 10 | 6 | 121 | 531 | 4 | 22 |
| Binary | 110001 | 101101 | 101110 | 0 | 1000 | 110 | 1010001 | 101011001 | 100 | 10010 |
Color Harmonies of #312D2E
Complementary color
Monochromatic Colors of #312D2E
Black with #312D2E
Text Example
Text Example
White with #312D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312D2E; }
p { color: rgb(49,45,46); }
H1.HeaderClassName
{
color: #312D2E;
}
.AnyTagClassName
{
color: #312D2E;
}
</style>
background-color css
<style>
a { background-color: #312D2E; }
a { background-color: rgb(49,45,46); }
div.DivClassName
{
background-color: #312D2E;
}
.BgClassName
{
background-color: #312D2E;
}
</style>
border-color css
<style>
span { border-color: #312D2E; }
span { border-color: rgb(49,45,46); }
td.TdClassName
{
border-color: #312D2E;
}
.TagClassName
{
border-color: #312D2E;
}
</style>