Shades of Melanzane #312E30
Tints of Melanzane #312E30
RGB
CMYK
RGB Variations
Color information
#312E30 (or 0x312E30) is known color: Melanzane. HEX triplet: 31, 2E and 30. RGB value is (49,46,48). Sum of RGB (Red+Green+Blue) = 49+46+48=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 49 - color contains mainly: red. Hex color #312E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E30 is #CED1CF. Grayscale: #2F2F2F. Windows color (decimal): -13554128 or 3157553. OLE color: 3157553.
HSL color Cylindrical-coordinate representation of color #312E30: hue angle of 320º degrees, saturation: 0.03, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #312E30 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 46 | 48 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.81 |
| HSL | 320º | 0.03% | 0.19% | - |
| HSV(B) | 320º | 0.06% | 0.19% | - |
| XYZ | 2.78 | 2.82 | 3.19 | - |
| YUV | 47.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 48 | 0 | 0.06 | 0.02 | 0.81 | 320 | 0.03 | 0.19 |
| Hex | 31 | 2E | 30 | 0 | 6 | 2 | 51 | 140 | 3 | 13 |
| Octal | 61 | 56 | 60 | 0 | 6 | 2 | 121 | 500 | 3 | 23 |
| Binary | 110001 | 101110 | 110000 | 0 | 110 | 10 | 1010001 | 101000000 | 11 | 10011 |
Color Harmonies of #312E30
Complementary color
Monochromatic Colors of #312E30
Black with #312E30
Text Example
Text Example
White with #312E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E30; }
p { color: rgb(49,46,48); }
H1.HeaderClassName
{
color: #312E30;
}
.AnyTagClassName
{
color: #312E30;
}
</style>
background-color css
<style>
a { background-color: #312E30; }
a { background-color: rgb(49,46,48); }
div.DivClassName
{
background-color: #312E30;
}
.BgClassName
{
background-color: #312E30;
}
</style>
border-color css
<style>
span { border-color: #312E30; }
span { border-color: rgb(49,46,48); }
td.TdClassName
{
border-color: #312E30;
}
.TagClassName
{
border-color: #312E30;
}
</style>