Shades of Melanzane #31272F
Tints of Melanzane #31272F
RGB
CMYK
RGB Variations
Color information
#31272F (or 0x31272F) is known color: Melanzane. HEX triplet: 31, 27 and 2F. RGB value is (49,39,47). Sum of RGB (Red+Green+Blue) = 49+39+47=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 49 - color contains mainly: red. Hex color #31272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31272F is #CED8D0. Grayscale: #2A2A2A. Windows color (decimal): -13555921 or 3090225. OLE color: 3090225.
HSL color Cylindrical-coordinate representation of color #31272F: hue angle of 312º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #31272F is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 39 | 47 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.81 |
| HSL | 312º | 0.11% | 0.17% | - |
| HSV(B) | 312º | 0.2% | 0.19% | - |
| XYZ | 2.51 | 2.31 | 3 | - |
| YUV | 42.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 39 | 47 | 0 | 0.20 | 0.04 | 0.81 | 312 | 0.11 | 0.17 |
| Hex | 31 | 27 | 2F | 0 | 14 | 4 | 51 | 138 | B | 11 |
| Octal | 61 | 47 | 57 | 0 | 24 | 4 | 121 | 470 | 13 | 21 |
| Binary | 110001 | 100111 | 101111 | 0 | 10100 | 100 | 1010001 | 100111000 | 1011 | 10001 |
Color Harmonies of #31272F
Complementary color
Monochromatic Colors of #31272F
Black with #31272F
Text Example
Text Example
White with #31272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31272F; }
p { color: rgb(49,39,47); }
H1.HeaderClassName
{
color: #31272F;
}
.AnyTagClassName
{
color: #31272F;
}
</style>
background-color css
<style>
a { background-color: #31272F; }
a { background-color: rgb(49,39,47); }
div.DivClassName
{
background-color: #31272F;
}
.BgClassName
{
background-color: #31272F;
}
</style>
border-color css
<style>
span { border-color: #31272F; }
span { border-color: rgb(49,39,47); }
td.TdClassName
{
border-color: #31272F;
}
.TagClassName
{
border-color: #31272F;
}
</style>