Shades of Aubergine #311E23
Tints of Aubergine #311E23
RGB
CMYK
RGB Variations
Color information
#311E23 (or 0x311E23) is known color: Aubergine. HEX triplet: 31, 1E and 23. RGB value is (49,30,35). Sum of RGB (Red+Green+Blue) = 49+30+35=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 35 (14.06% from 255 or 30.70% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #311E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E23 is #CEE1DC. Grayscale: #242424. Windows color (decimal): -13558237 or 2301489. OLE color: 2301489.
HSL color Cylindrical-coordinate representation of color #311E23: hue angle of 344.21º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #311E23 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 30 | 35 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.81 |
| HSL | 344.21º | 0.24% | 0.15% | - |
| HSV(B) | 344.21º | 0.39% | 0.19% | - |
| XYZ | 2.03 | 1.7 | 1.81 | - |
| YUV | 36.25 | 127.29 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 35 | 0 | 0.39 | 0.29 | 0.81 | 344.21 | 0.24 | 0.15 |
| Hex | 31 | 1E | 23 | 0 | 27 | 1D | 51 | 158 | 18 | F |
| Octal | 61 | 36 | 43 | 0 | 47 | 35 | 121 | 530 | 30 | 17 |
| Binary | 110001 | 11110 | 100011 | 0 | 100111 | 11101 | 1010001 | 101011000 | 11000 | 1111 |
Color Harmonies of #311E23
Complementary color
Monochromatic Colors of #311E23
Black with #311E23
Text Example
Text Example
White with #311E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311E23; }
p { color: rgb(49,30,35); }
H1.HeaderClassName
{
color: #311E23;
}
.AnyTagClassName
{
color: #311E23;
}
</style>
background-color css
<style>
a { background-color: #311E23; }
a { background-color: rgb(49,30,35); }
div.DivClassName
{
background-color: #311E23;
}
.BgClassName
{
background-color: #311E23;
}
</style>
border-color css
<style>
span { border-color: #311E23; }
span { border-color: rgb(49,30,35); }
td.TdClassName
{
border-color: #311E23;
}
.TagClassName
{
border-color: #311E23;
}
</style>