Shades of Melanzane #31222E
Tints of Melanzane #31222E
RGB
CMYK
RGB Variations
Color information
#31222E (or 0x31222E) is known color: Melanzane. HEX triplet: 31, 22 and 2E. RGB value is (49,34,46). Sum of RGB (Red+Green+Blue) = 49+34+46=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 49 - color contains mainly: red. Hex color #31222E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31222E is #CEDDD1. Grayscale: #272727. Windows color (decimal): -13557202 or 3023409. OLE color: 3023409.
HSL color Cylindrical-coordinate representation of color #31222E: hue angle of 312º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #31222E is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 34 | 46 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.81 |
| HSL | 312º | 0.18% | 0.16% | - |
| HSV(B) | 312º | 0.31% | 0.19% | - |
| XYZ | 2.33 | 1.99 | 2.85 | - |
| YUV | 39.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 46 | 0 | 0.31 | 0.06 | 0.81 | 312 | 0.18 | 0.16 |
| Hex | 31 | 22 | 2E | 0 | 1F | 6 | 51 | 138 | 12 | 10 |
| Octal | 61 | 42 | 56 | 0 | 37 | 6 | 121 | 470 | 22 | 20 |
| Binary | 110001 | 100010 | 101110 | 0 | 11111 | 110 | 1010001 | 100111000 | 10010 | 10000 |
Color Harmonies of #31222E
Complementary color
Monochromatic Colors of #31222E
Black with #31222E
Text Example
Text Example
White with #31222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31222E; }
p { color: rgb(49,34,46); }
H1.HeaderClassName
{
color: #31222E;
}
.AnyTagClassName
{
color: #31222E;
}
</style>
background-color css
<style>
a { background-color: #31222E; }
a { background-color: rgb(49,34,46); }
div.DivClassName
{
background-color: #31222E;
}
.BgClassName
{
background-color: #31222E;
}
</style>
border-color css
<style>
span { border-color: #31222E; }
span { border-color: rgb(49,34,46); }
td.TdClassName
{
border-color: #31222E;
}
.TagClassName
{
border-color: #31222E;
}
</style>