Shades of Aubergine #312A2C
Tints of Aubergine #312A2C
RGB
CMYK
RGB Variations
Color information
#312A2C (or 0x312A2C) is known color: Aubergine. HEX triplet: 31, 2A and 2C. RGB value is (49,42,44). Sum of RGB (Red+Green+Blue) = 49+42+44=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 49 - color contains mainly: red. Hex color #312A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312A2C is #CED5D3. Grayscale: #2C2C2C. Windows color (decimal): -13555156 or 2894385. OLE color: 2894385.
HSL color Cylindrical-coordinate representation of color #312A2C: hue angle of 342.86º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #312A2C is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 42 | 44 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.81 |
| HSL | 342.86º | 0.08% | 0.18% | - |
| HSV(B) | 342.86º | 0.14% | 0.19% | - |
| XYZ | 2.55 | 2.49 | 2.73 | - |
| YUV | 44.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 42 | 44 | 0 | 0.14 | 0.10 | 0.81 | 342.86 | 0.08 | 0.18 |
| Hex | 31 | 2A | 2C | 0 | E | A | 51 | 157 | 8 | 12 |
| Octal | 61 | 52 | 54 | 0 | 16 | 12 | 121 | 527 | 10 | 22 |
| Binary | 110001 | 101010 | 101100 | 0 | 1110 | 1010 | 1010001 | 101010111 | 1000 | 10010 |
Color Harmonies of #312A2C
Complementary color
Monochromatic Colors of #312A2C
Black with #312A2C
Text Example
Text Example
White with #312A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312A2C; }
p { color: rgb(49,42,44); }
H1.HeaderClassName
{
color: #312A2C;
}
.AnyTagClassName
{
color: #312A2C;
}
</style>
background-color css
<style>
a { background-color: #312A2C; }
a { background-color: rgb(49,42,44); }
div.DivClassName
{
background-color: #312A2C;
}
.BgClassName
{
background-color: #312A2C;
}
</style>
border-color css
<style>
span { border-color: #312A2C; }
span { border-color: rgb(49,42,44); }
td.TdClassName
{
border-color: #312A2C;
}
.TagClassName
{
border-color: #312A2C;
}
</style>