Shades of Melanzane #311D2A
Tints of Melanzane #311D2A
RGB
CMYK
RGB Variations
Color information
#311D2A (or 0x311D2A) is known color: Melanzane. HEX triplet: 31, 1D and 2A. RGB value is (49,29,42). Sum of RGB (Red+Green+Blue) = 49+29+42=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 49 - color contains mainly: red. Hex color #311D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D2A is #CEE2D5. Grayscale: #242424. Windows color (decimal): -13558486 or 2759985. OLE color: 2759985.
HSL color Cylindrical-coordinate representation of color #311D2A: hue angle of 321º 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 #311D2A is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 29 | 42 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.81 |
| HSL | 321º | 0.26% | 0.15% | - |
| HSV(B) | 321º | 0.41% | 0.19% | - |
| XYZ | 2.12 | 1.7 | 2.41 | - |
| YUV | 36.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 42 | 0 | 0.41 | 0.14 | 0.81 | 321 | 0.26 | 0.15 |
| Hex | 31 | 1D | 2A | 0 | 29 | E | 51 | 141 | 1A | F |
| Octal | 61 | 35 | 52 | 0 | 51 | 16 | 121 | 501 | 32 | 17 |
| Binary | 110001 | 11101 | 101010 | 0 | 101001 | 1110 | 1010001 | 101000001 | 11010 | 1111 |
Color Harmonies of #311D2A
Complementary color
Monochromatic Colors of #311D2A
Black with #311D2A
Text Example
Text Example
White with #311D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311D2A; }
p { color: rgb(49,29,42); }
H1.HeaderClassName
{
color: #311D2A;
}
.AnyTagClassName
{
color: #311D2A;
}
</style>
background-color css
<style>
a { background-color: #311D2A; }
a { background-color: rgb(49,29,42); }
div.DivClassName
{
background-color: #311D2A;
}
.BgClassName
{
background-color: #311D2A;
}
</style>
border-color css
<style>
span { border-color: #311D2A; }
span { border-color: rgb(49,29,42); }
td.TdClassName
{
border-color: #311D2A;
}
.TagClassName
{
border-color: #311D2A;
}
</style>