Shades of Melanzane #311D2C
Tints of Melanzane #311D2C
RGB
CMYK
RGB Variations
Color information
#311D2C (or 0x311D2C) is known color: Melanzane. HEX triplet: 31, 1D and 2C. RGB value is (49,29,44). Sum of RGB (Red+Green+Blue) = 49+29+44=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 49 - color contains mainly: red. Hex color #311D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D2C is #CEE2D3. Grayscale: #242424. Windows color (decimal): -13558484 or 2891057. OLE color: 2891057.
HSL color Cylindrical-coordinate representation of color #311D2C: hue angle of 315º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #311D2C is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 29 | 44 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.81 |
| HSL | 315º | 0.26% | 0.15% | - |
| HSV(B) | 315º | 0.41% | 0.19% | - |
| XYZ | 2.16 | 1.71 | 2.6 | - |
| YUV | 36.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 44 | 0 | 0.41 | 0.10 | 0.81 | 315 | 0.26 | 0.15 |
| Hex | 31 | 1D | 2C | 0 | 29 | A | 51 | 13B | 1A | F |
| Octal | 61 | 35 | 54 | 0 | 51 | 12 | 121 | 473 | 32 | 17 |
| Binary | 110001 | 11101 | 101100 | 0 | 101001 | 1010 | 1010001 | 100111011 | 11010 | 1111 |
Color Harmonies of #311D2C
Complementary color
Monochromatic Colors of #311D2C
Black with #311D2C
Text Example
Text Example
White with #311D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311D2C; }
p { color: rgb(49,29,44); }
H1.HeaderClassName
{
color: #311D2C;
}
.AnyTagClassName
{
color: #311D2C;
}
</style>
background-color css
<style>
a { background-color: #311D2C; }
a { background-color: rgb(49,29,44); }
div.DivClassName
{
background-color: #311D2C;
}
.BgClassName
{
background-color: #311D2C;
}
</style>
border-color css
<style>
span { border-color: #311D2C; }
span { border-color: rgb(49,29,44); }
td.TdClassName
{
border-color: #311D2C;
}
.TagClassName
{
border-color: #311D2C;
}
</style>