Shades of Melanzane #31242F
Tints of Melanzane #31242F
RGB
CMYK
RGB Variations
Color information
#31242F (or 0x31242F) is known color: Melanzane. HEX triplet: 31, 24 and 2F. RGB value is (49,36,47). Sum of RGB (Red+Green+Blue) = 49+36+47=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 49 - color contains mainly: red. Hex color #31242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31242F is #CEDBD0. Grayscale: #292929. Windows color (decimal): -13556689 or 3089457. OLE color: 3089457.
HSL color Cylindrical-coordinate representation of color #31242F: hue angle of 309.23º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #31242F is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 36 | 47 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.81 |
| HSL | 309.23º | 0.15% | 0.17% | - |
| HSV(B) | 309.23º | 0.27% | 0.19% | - |
| XYZ | 2.41 | 2.12 | 2.97 | - |
| YUV | 41.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 36 | 47 | 0 | 0.27 | 0.04 | 0.81 | 309.23 | 0.15 | 0.17 |
| Hex | 31 | 24 | 2F | 0 | 1B | 4 | 51 | 135 | F | 11 |
| Octal | 61 | 44 | 57 | 0 | 33 | 4 | 121 | 465 | 17 | 21 |
| Binary | 110001 | 100100 | 101111 | 0 | 11011 | 100 | 1010001 | 100110101 | 1111 | 10001 |
Color Harmonies of #31242F
Complementary color
Monochromatic Colors of #31242F
Black with #31242F
Text Example
Text Example
White with #31242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31242F; }
p { color: rgb(49,36,47); }
H1.HeaderClassName
{
color: #31242F;
}
.AnyTagClassName
{
color: #31242F;
}
</style>
background-color css
<style>
a { background-color: #31242F; }
a { background-color: rgb(49,36,47); }
div.DivClassName
{
background-color: #31242F;
}
.BgClassName
{
background-color: #31242F;
}
</style>
border-color css
<style>
span { border-color: #31242F; }
span { border-color: rgb(49,36,47); }
td.TdClassName
{
border-color: #31242F;
}
.TagClassName
{
border-color: #31242F;
}
</style>