Shades of Melanzane #312C30
Tints of Melanzane #312C30
RGB
CMYK
RGB Variations
Color information
#312C30 (or 0x312C30) is known color: Melanzane. HEX triplet: 31, 2C and 30. RGB value is (49,44,48). Sum of RGB (Red+Green+Blue) = 49+44+48=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 44 (17.58% from 255 or 31.21% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 49 - color contains mainly: red. Hex color #312C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312C30 is #CED3CF. Grayscale: #2D2D2D. Windows color (decimal): -13554640 or 3157041. OLE color: 3157041.
HSL color Cylindrical-coordinate representation of color #312C30: hue angle of 312º degrees, saturation: 0.05, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #312C30 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 44 | 48 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.81 |
| HSL | 312º | 0.05% | 0.18% | - |
| HSV(B) | 312º | 0.1% | 0.19% | - |
| XYZ | 2.7 | 2.67 | 3.17 | - |
| YUV | 45.95 | 129.16 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 48 | 0 | 0.10 | 0.02 | 0.81 | 312 | 0.05 | 0.18 |
| Hex | 31 | 2C | 30 | 0 | A | 2 | 51 | 138 | 5 | 12 |
| Octal | 61 | 54 | 60 | 0 | 12 | 2 | 121 | 470 | 5 | 22 |
| Binary | 110001 | 101100 | 110000 | 0 | 1010 | 10 | 1010001 | 100111000 | 101 | 10010 |
Color Harmonies of #312C30
Complementary color
Monochromatic Colors of #312C30
Black with #312C30
Text Example
Text Example
White with #312C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312C30; }
p { color: rgb(49,44,48); }
H1.HeaderClassName
{
color: #312C30;
}
.AnyTagClassName
{
color: #312C30;
}
</style>
background-color css
<style>
a { background-color: #312C30; }
a { background-color: rgb(49,44,48); }
div.DivClassName
{
background-color: #312C30;
}
.BgClassName
{
background-color: #312C30;
}
</style>
border-color css
<style>
span { border-color: #312C30; }
span { border-color: rgb(49,44,48); }
td.TdClassName
{
border-color: #312C30;
}
.TagClassName
{
border-color: #312C30;
}
</style>