Shades of Melanzane #31232F
Tints of Melanzane #31232F
RGB
CMYK
RGB Variations
Color information
#31232F (or 0x31232F) is known color: Melanzane. HEX triplet: 31, 23 and 2F. RGB value is (49,35,47). Sum of RGB (Red+Green+Blue) = 49+35+47=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 49 - color contains mainly: red. Hex color #31232F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31232F is #CEDCD0. Grayscale: #282828. Windows color (decimal): -13556945 or 3089201. OLE color: 3089201.
HSL color Cylindrical-coordinate representation of color #31232F: hue angle of 308.57º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #31232F is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 35 | 47 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.81 |
| HSL | 308.57º | 0.17% | 0.16% | - |
| HSV(B) | 308.57º | 0.29% | 0.19% | - |
| XYZ | 2.38 | 2.06 | 2.96 | - |
| YUV | 40.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 35 | 47 | 0 | 0.29 | 0.04 | 0.81 | 308.57 | 0.17 | 0.16 |
| Hex | 31 | 23 | 2F | 0 | 1D | 4 | 51 | 135 | 11 | 10 |
| Octal | 61 | 43 | 57 | 0 | 35 | 4 | 121 | 465 | 21 | 20 |
| Binary | 110001 | 100011 | 101111 | 0 | 11101 | 100 | 1010001 | 100110101 | 10001 | 10000 |
Color Harmonies of #31232F
Complementary color
Monochromatic Colors of #31232F
Black with #31232F
Text Example
Text Example
White with #31232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31232F; }
p { color: rgb(49,35,47); }
H1.HeaderClassName
{
color: #31232F;
}
.AnyTagClassName
{
color: #31232F;
}
</style>
background-color css
<style>
a { background-color: #31232F; }
a { background-color: rgb(49,35,47); }
div.DivClassName
{
background-color: #31232F;
}
.BgClassName
{
background-color: #31232F;
}
</style>
border-color css
<style>
span { border-color: #31232F; }
span { border-color: rgb(49,35,47); }
td.TdClassName
{
border-color: #31232F;
}
.TagClassName
{
border-color: #31232F;
}
</style>