Shades of Aubergine #312627
Tints of Aubergine #312627
RGB
CMYK
RGB Variations
Color information
#312627 (or 0x312627) is known color: Aubergine. HEX triplet: 31, 26 and 27. RGB value is (49,38,39). Sum of RGB (Red+Green+Blue) = 49+38+39=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 49 - color contains mainly: red. Hex color #312627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312627 is #CED9D8. Grayscale: #292929. Windows color (decimal): -13556185 or 2565681. OLE color: 2565681.
HSL color Cylindrical-coordinate representation of color #312627: hue angle of 354.55º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #312627 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 38 | 39 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.81 |
| HSL | 354.55º | 0.13% | 0.17% | - |
| HSV(B) | 354.55º | 0.22% | 0.19% | - |
| XYZ | 2.33 | 2.19 | 2.22 | - |
| YUV | 41.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 38 | 39 | 0 | 0.22 | 0.20 | 0.81 | 354.55 | 0.13 | 0.17 |
| Hex | 31 | 26 | 27 | 0 | 16 | 14 | 51 | 163 | D | 11 |
| Octal | 61 | 46 | 47 | 0 | 26 | 24 | 121 | 543 | 15 | 21 |
| Binary | 110001 | 100110 | 100111 | 0 | 10110 | 10100 | 1010001 | 101100011 | 1101 | 10001 |
Color Harmonies of #312627
Complementary color
Monochromatic Colors of #312627
Black with #312627
Text Example
Text Example
White with #312627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312627; }
p { color: rgb(49,38,39); }
H1.HeaderClassName
{
color: #312627;
}
.AnyTagClassName
{
color: #312627;
}
</style>
background-color css
<style>
a { background-color: #312627; }
a { background-color: rgb(49,38,39); }
div.DivClassName
{
background-color: #312627;
}
.BgClassName
{
background-color: #312627;
}
</style>
border-color css
<style>
span { border-color: #312627; }
span { border-color: rgb(49,38,39); }
td.TdClassName
{
border-color: #312627;
}
.TagClassName
{
border-color: #312627;
}
</style>