Shades of Melanzane #31252D
Tints of Melanzane #31252D
RGB
CMYK
RGB Variations
Color information
#31252D (or 0x31252D) is known color: Melanzane. HEX triplet: 31, 25 and 2D. RGB value is (49,37,45). Sum of RGB (Red+Green+Blue) = 49+37+45=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 49 - color contains mainly: red. Hex color #31252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31252D is #CEDAD2. Grayscale: #292929. Windows color (decimal): -13556435 or 2958641. OLE color: 2958641.
HSL color Cylindrical-coordinate representation of color #31252D: hue angle of 320º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #31252D is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 37 | 45 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.81 |
| HSL | 320º | 0.14% | 0.17% | - |
| HSV(B) | 320º | 0.24% | 0.19% | - |
| XYZ | 2.4 | 2.17 | 2.77 | - |
| YUV | 41.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 37 | 45 | 0 | 0.24 | 0.08 | 0.81 | 320 | 0.14 | 0.17 |
| Hex | 31 | 25 | 2D | 0 | 18 | 8 | 51 | 140 | E | 11 |
| Octal | 61 | 45 | 55 | 0 | 30 | 10 | 121 | 500 | 16 | 21 |
| Binary | 110001 | 100101 | 101101 | 0 | 11000 | 1000 | 1010001 | 101000000 | 1110 | 10001 |
Color Harmonies of #31252D
Complementary color
Monochromatic Colors of #31252D
Black with #31252D
Text Example
Text Example
White with #31252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31252D; }
p { color: rgb(49,37,45); }
H1.HeaderClassName
{
color: #31252D;
}
.AnyTagClassName
{
color: #31252D;
}
</style>
background-color css
<style>
a { background-color: #31252D; }
a { background-color: rgb(49,37,45); }
div.DivClassName
{
background-color: #31252D;
}
.BgClassName
{
background-color: #31252D;
}
</style>
border-color css
<style>
span { border-color: #31252D; }
span { border-color: rgb(49,37,45); }
td.TdClassName
{
border-color: #31252D;
}
.TagClassName
{
border-color: #31252D;
}
</style>