Shades of Aubergine #312328
Tints of Aubergine #312328
RGB
CMYK
RGB Variations
Color information
#312328 (or 0x312328) is known color: Aubergine. HEX triplet: 31, 23 and 28. RGB value is (49,35,40). Sum of RGB (Red+Green+Blue) = 49+35+40=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 49 - color contains mainly: red. Hex color #312328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312328 is #CEDCD7. Grayscale: #272727. Windows color (decimal): -13556952 or 2630449. OLE color: 2630449.
HSL color Cylindrical-coordinate representation of color #312328: hue angle of 338.57º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #312328 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 35 | 40 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.81 |
| HSL | 338.57º | 0.17% | 0.16% | - |
| HSV(B) | 338.57º | 0.29% | 0.19% | - |
| XYZ | 2.25 | 2.01 | 2.28 | - |
| YUV | 39.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 35 | 40 | 0 | 0.29 | 0.18 | 0.81 | 338.57 | 0.17 | 0.16 |
| Hex | 31 | 23 | 28 | 0 | 1D | 12 | 51 | 153 | 11 | 10 |
| Octal | 61 | 43 | 50 | 0 | 35 | 22 | 121 | 523 | 21 | 20 |
| Binary | 110001 | 100011 | 101000 | 0 | 11101 | 10010 | 1010001 | 101010011 | 10001 | 10000 |
Color Harmonies of #312328
Complementary color
Monochromatic Colors of #312328
Black with #312328
Text Example
Text Example
White with #312328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312328; }
p { color: rgb(49,35,40); }
H1.HeaderClassName
{
color: #312328;
}
.AnyTagClassName
{
color: #312328;
}
</style>
background-color css
<style>
a { background-color: #312328; }
a { background-color: rgb(49,35,40); }
div.DivClassName
{
background-color: #312328;
}
.BgClassName
{
background-color: #312328;
}
</style>
border-color css
<style>
span { border-color: #312328; }
span { border-color: rgb(49,35,40); }
td.TdClassName
{
border-color: #312328;
}
.TagClassName
{
border-color: #312328;
}
</style>