Shades of Aubergine #311F25
Tints of Aubergine #311F25
RGB
CMYK
RGB Variations
Color information
#311F25 (or 0x311F25) is known color: Aubergine. HEX triplet: 31, 1F and 25. RGB value is (49,31,37). Sum of RGB (Red+Green+Blue) = 49+31+37=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 31 (12.5% from 255 or 26.50% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 49 - color contains mainly: red. Hex color #311F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311F25 is #CEE0DA. Grayscale: #252525. Windows color (decimal): -13557979 or 2432817. OLE color: 2432817.
HSL color Cylindrical-coordinate representation of color #311F25: hue angle of 340º 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 #311F25 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 31 | 37 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.81 |
| HSL | 340º | 0.23% | 0.16% | - |
| HSV(B) | 340º | 0.37% | 0.19% | - |
| XYZ | 2.09 | 1.77 | 1.98 | - |
| YUV | 37.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 31 | 37 | 0 | 0.37 | 0.24 | 0.81 | 340 | 0.23 | 0.16 |
| Hex | 31 | 1F | 25 | 0 | 25 | 18 | 51 | 154 | 16 | 10 |
| Octal | 61 | 37 | 45 | 0 | 45 | 30 | 121 | 524 | 26 | 20 |
| Binary | 110001 | 11111 | 100101 | 0 | 100101 | 11000 | 1010001 | 101010100 | 10110 | 10000 |
Color Harmonies of #311F25
Complementary color
Monochromatic Colors of #311F25
Black with #311F25
Text Example
Text Example
White with #311F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311F25; }
p { color: rgb(49,31,37); }
H1.HeaderClassName
{
color: #311F25;
}
.AnyTagClassName
{
color: #311F25;
}
</style>
background-color css
<style>
a { background-color: #311F25; }
a { background-color: rgb(49,31,37); }
div.DivClassName
{
background-color: #311F25;
}
.BgClassName
{
background-color: #311F25;
}
</style>
border-color css
<style>
span { border-color: #311F25; }
span { border-color: rgb(49,31,37); }
td.TdClassName
{
border-color: #311F25;
}
.TagClassName
{
border-color: #311F25;
}
</style>