Shades of Aubergine #311F23
Tints of Aubergine #311F23
RGB
CMYK
RGB Variations
Color information
#311F23 (or 0x311F23) is known color: Aubergine. HEX triplet: 31, 1F and 23. RGB value is (49,31,35). Sum of RGB (Red+Green+Blue) = 49+31+35=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #311F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311F23 is #CEE0DC. Grayscale: #242424. Windows color (decimal): -13557981 or 2301745. OLE color: 2301745.
HSL color Cylindrical-coordinate representation of color #311F23: hue angle of 346.67º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #311F23 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 31 | 35 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.81 |
| HSL | 346.67º | 0.23% | 0.16% | - |
| HSV(B) | 346.67º | 0.37% | 0.19% | - |
| XYZ | 2.06 | 1.75 | 1.82 | - |
| YUV | 36.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 31 | 35 | 0 | 0.37 | 0.29 | 0.81 | 346.67 | 0.23 | 0.16 |
| Hex | 31 | 1F | 23 | 0 | 25 | 1D | 51 | 15B | 16 | 10 |
| Octal | 61 | 37 | 43 | 0 | 45 | 35 | 121 | 533 | 26 | 20 |
| Binary | 110001 | 11111 | 100011 | 0 | 100101 | 11101 | 1010001 | 101011011 | 10110 | 10000 |
Color Harmonies of #311F23
Complementary color
Monochromatic Colors of #311F23
Black with #311F23
Text Example
Text Example
White with #311F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311F23; }
p { color: rgb(49,31,35); }
H1.HeaderClassName
{
color: #311F23;
}
.AnyTagClassName
{
color: #311F23;
}
</style>
background-color css
<style>
a { background-color: #311F23; }
a { background-color: rgb(49,31,35); }
div.DivClassName
{
background-color: #311F23;
}
.BgClassName
{
background-color: #311F23;
}
</style>
border-color css
<style>
span { border-color: #311F23; }
span { border-color: rgb(49,31,35); }
td.TdClassName
{
border-color: #311F23;
}
.TagClassName
{
border-color: #311F23;
}
</style>