Shades of Aubergine #31272A
Tints of Aubergine #31272A
RGB
CMYK
RGB Variations
Color information
#31272A (or 0x31272A) is known color: Aubergine. HEX triplet: 31, 27 and 2A. RGB value is (49,39,42). Sum of RGB (Red+Green+Blue) = 49+39+42=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 49 - color contains mainly: red. Hex color #31272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31272A is #CED8D5. Grayscale: #2A2A2A. Windows color (decimal): -13555926 or 2762545. OLE color: 2762545.
HSL color Cylindrical-coordinate representation of color #31272A: hue angle of 342º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #31272A is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 39 | 42 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.81 |
| HSL | 342º | 0.11% | 0.17% | - |
| HSV(B) | 342º | 0.2% | 0.19% | - |
| XYZ | 2.41 | 2.27 | 2.5 | - |
| YUV | 42.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 39 | 42 | 0 | 0.20 | 0.14 | 0.81 | 342 | 0.11 | 0.17 |
| Hex | 31 | 27 | 2A | 0 | 14 | E | 51 | 156 | B | 11 |
| Octal | 61 | 47 | 52 | 0 | 24 | 16 | 121 | 526 | 13 | 21 |
| Binary | 110001 | 100111 | 101010 | 0 | 10100 | 1110 | 1010001 | 101010110 | 1011 | 10001 |
Color Harmonies of #31272A
Complementary color
Monochromatic Colors of #31272A
Black with #31272A
Text Example
Text Example
White with #31272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31272A; }
p { color: rgb(49,39,42); }
H1.HeaderClassName
{
color: #31272A;
}
.AnyTagClassName
{
color: #31272A;
}
</style>
background-color css
<style>
a { background-color: #31272A; }
a { background-color: rgb(49,39,42); }
div.DivClassName
{
background-color: #31272A;
}
.BgClassName
{
background-color: #31272A;
}
</style>
border-color css
<style>
span { border-color: #31272A; }
span { border-color: rgb(49,39,42); }
td.TdClassName
{
border-color: #31272A;
}
.TagClassName
{
border-color: #31272A;
}
</style>