Shades of Aubergine #312223
Tints of Aubergine #312223
RGB
CMYK
RGB Variations
Color information
#312223 (or 0x312223) is known color: Aubergine. HEX triplet: 31, 22 and 23. RGB value is (49,34,35). Sum of RGB (Red+Green+Blue) = 49+34+35=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 49 - color contains mainly: red. Hex color #312223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312223 is #CEDDDC. Grayscale: #262626. Windows color (decimal): -13557213 or 2302513. OLE color: 2302513.
HSL color Cylindrical-coordinate representation of color #312223: hue angle of 356º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #312223 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 34 | 35 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.81 |
| HSL | 356º | 0.18% | 0.16% | - |
| HSV(B) | 356º | 0.31% | 0.19% | - |
| XYZ | 2.14 | 1.92 | 1.85 | - |
| YUV | 38.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 35 | 0 | 0.31 | 0.29 | 0.81 | 356 | 0.18 | 0.16 |
| Hex | 31 | 22 | 23 | 0 | 1F | 1D | 51 | 164 | 12 | 10 |
| Octal | 61 | 42 | 43 | 0 | 37 | 35 | 121 | 544 | 22 | 20 |
| Binary | 110001 | 100010 | 100011 | 0 | 11111 | 11101 | 1010001 | 101100100 | 10010 | 10000 |
Color Harmonies of #312223
Complementary color
Monochromatic Colors of #312223
Black with #312223
Text Example
Text Example
White with #312223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312223; }
p { color: rgb(49,34,35); }
H1.HeaderClassName
{
color: #312223;
}
.AnyTagClassName
{
color: #312223;
}
</style>
background-color css
<style>
a { background-color: #312223; }
a { background-color: rgb(49,34,35); }
div.DivClassName
{
background-color: #312223;
}
.BgClassName
{
background-color: #312223;
}
</style>
border-color css
<style>
span { border-color: #312223; }
span { border-color: rgb(49,34,35); }
td.TdClassName
{
border-color: #312223;
}
.TagClassName
{
border-color: #312223;
}
</style>