Shades of Melanzane #371B31
Tints of Melanzane #371B31
RGB
CMYK
RGB Variations
Color information
#371B31 (or 0x371B31) is known color: Melanzane. HEX triplet: 37, 1B and 31. RGB value is (55,27,49). Sum of RGB (Red+Green+Blue) = 55+27+49=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 55 - color contains mainly: red. Hex color #371B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371B31 is #C8E4CE. Grayscale: #252525. Windows color (decimal): -13165775 or 3218231. OLE color: 3218231.
HSL color Cylindrical-coordinate representation of color #371B31: hue angle of 312.86º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #371B31 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 27 | 49 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.78 |
| HSL | 312.86º | 0.34% | 0.16% | - |
| HSV(B) | 312.86º | 0.51% | 0.22% | - |
| XYZ | 2.52 | 1.82 | 3.12 | - |
| YUV | 37.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 49 | 0 | 0.51 | 0.11 | 0.78 | 312.86 | 0.34 | 0.16 |
| Hex | 37 | 1B | 31 | 0 | 33 | B | 4E | 139 | 22 | 10 |
| Octal | 67 | 33 | 61 | 0 | 63 | 13 | 116 | 471 | 42 | 20 |
| Binary | 110111 | 11011 | 110001 | 0 | 110011 | 1011 | 1001110 | 100111001 | 100010 | 10000 |
Color Harmonies of #371B31
Complementary color
Monochromatic Colors of #371B31
Black with #371B31
Text Example
Text Example
White with #371B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371B31; }
p { color: rgb(55,27,49); }
H1.HeaderClassName
{
color: #371B31;
}
.AnyTagClassName
{
color: #371B31;
}
</style>
background-color css
<style>
a { background-color: #371B31; }
a { background-color: rgb(55,27,49); }
div.DivClassName
{
background-color: #371B31;
}
.BgClassName
{
background-color: #371B31;
}
</style>
border-color css
<style>
span { border-color: #371B31; }
span { border-color: rgb(55,27,49); }
td.TdClassName
{
border-color: #371B31;
}
.TagClassName
{
border-color: #371B31;
}
</style>