Shades of Melanzane #311F2C
Tints of Melanzane #311F2C
RGB
CMYK
RGB Variations
Color information
#311F2C (or 0x311F2C) is known color: Melanzane. HEX triplet: 31, 1F and 2C. RGB value is (49,31,44). Sum of RGB (Red+Green+Blue) = 49+31+44=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 49 - color contains mainly: red. Hex color #311F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311F2C is #CEE0D3. Grayscale: #252525. Windows color (decimal): -13557972 or 2891569. OLE color: 2891569.
HSL color Cylindrical-coordinate representation of color #311F2C: hue angle of 316.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 #311F2C is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 31 | 44 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.81 |
| HSL | 316.67º | 0.23% | 0.16% | - |
| HSV(B) | 316.67º | 0.37% | 0.19% | - |
| XYZ | 2.21 | 1.81 | 2.62 | - |
| YUV | 37.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 31 | 44 | 0 | 0.37 | 0.10 | 0.81 | 316.67 | 0.23 | 0.16 |
| Hex | 31 | 1F | 2C | 0 | 25 | A | 51 | 13D | 16 | 10 |
| Octal | 61 | 37 | 54 | 0 | 45 | 12 | 121 | 475 | 26 | 20 |
| Binary | 110001 | 11111 | 101100 | 0 | 100101 | 1010 | 1010001 | 100111101 | 10110 | 10000 |
Color Harmonies of #311F2C
Complementary color
Monochromatic Colors of #311F2C
Black with #311F2C
Text Example
Text Example
White with #311F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311F2C; }
p { color: rgb(49,31,44); }
H1.HeaderClassName
{
color: #311F2C;
}
.AnyTagClassName
{
color: #311F2C;
}
</style>
background-color css
<style>
a { background-color: #311F2C; }
a { background-color: rgb(49,31,44); }
div.DivClassName
{
background-color: #311F2C;
}
.BgClassName
{
background-color: #311F2C;
}
</style>
border-color css
<style>
span { border-color: #311F2C; }
span { border-color: rgb(49,31,44); }
td.TdClassName
{
border-color: #311F2C;
}
.TagClassName
{
border-color: #311F2C;
}
</style>