Shades of Melanzane #31182C
Tints of Melanzane #31182C
RGB
CMYK
RGB Variations
Color information
#31182C (or 0x31182C) is known color: Melanzane. HEX triplet: 31, 18 and 2C. RGB value is (49,24,44). Sum of RGB (Red+Green+Blue) = 49+24+44=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 49 - color contains mainly: red. Hex color #31182C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31182C is #CEE7D3. Grayscale: #212121. Windows color (decimal): -13559764 or 2889777. OLE color: 2889777.
HSL color Cylindrical-coordinate representation of color #31182C: hue angle of 312º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31182C is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 24 | 44 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.81 |
| HSL | 312º | 0.34% | 0.14% | - |
| HSV(B) | 312º | 0.51% | 0.19% | - |
| XYZ | 2.05 | 1.49 | 2.56 | - |
| YUV | 33.76 | 133.78 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 44 | 0 | 0.51 | 0.10 | 0.81 | 312 | 0.34 | 0.14 |
| Hex | 31 | 18 | 2C | 0 | 33 | A | 51 | 138 | 22 | E |
| Octal | 61 | 30 | 54 | 0 | 63 | 12 | 121 | 470 | 42 | 16 |
| Binary | 110001 | 11000 | 101100 | 0 | 110011 | 1010 | 1010001 | 100111000 | 100010 | 1110 |
Color Harmonies of #31182C
Complementary color
Monochromatic Colors of #31182C
Black with #31182C
Text Example
Text Example
White with #31182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31182C; }
p { color: rgb(49,24,44); }
H1.HeaderClassName
{
color: #31182C;
}
.AnyTagClassName
{
color: #31182C;
}
</style>
background-color css
<style>
a { background-color: #31182C; }
a { background-color: rgb(49,24,44); }
div.DivClassName
{
background-color: #31182C;
}
.BgClassName
{
background-color: #31182C;
}
</style>
border-color css
<style>
span { border-color: #31182C; }
span { border-color: rgb(49,24,44); }
td.TdClassName
{
border-color: #31182C;
}
.TagClassName
{
border-color: #31182C;
}
</style>