Shades of Melanzane #37162F
Tints of Melanzane #37162F
RGB
CMYK
RGB Variations
Color information
#37162F (or 0x37162F) is known color: Melanzane. HEX triplet: 37, 16 and 2F. RGB value is (55,22,47). Sum of RGB (Red+Green+Blue) = 55+22+47=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 55 - color contains mainly: red. Hex color #37162F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37162F is #C8E9D0. Grayscale: #222222. Windows color (decimal): -13167057 or 3085879. OLE color: 3085879.
HSL color Cylindrical-coordinate representation of color #37162F: hue angle of 314.55º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37162F is Cyan = 0, Magento = 0.6, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 22 | 47 | - |
| CMYK | 0 | 0.6 | 0.15 | 0.78 |
| HSL | 314.55º | 0.43% | 0.15% | - |
| HSV(B) | 314.55º | 0.6% | 0.22% | - |
| XYZ | 2.38 | 1.59 | 2.87 | - |
| YUV | 34.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 22 | 47 | 0 | 0.6 | 0.15 | 0.78 | 314.55 | 0.43 | 0.15 |
| Hex | 37 | 16 | 2F | 0 | 3C | F | 4E | 13B | 2B | F |
| Octal | 67 | 26 | 57 | 0 | 74 | 17 | 116 | 473 | 53 | 17 |
| Binary | 110111 | 10110 | 101111 | 0 | 111100 | 1111 | 1001110 | 100111011 | 101011 | 1111 |
Color Harmonies of #37162F
Complementary color
Monochromatic Colors of #37162F
Black with #37162F
Text Example
Text Example
White with #37162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37162F; }
p { color: rgb(55,22,47); }
H1.HeaderClassName
{
color: #37162F;
}
.AnyTagClassName
{
color: #37162F;
}
</style>
background-color css
<style>
a { background-color: #37162F; }
a { background-color: rgb(55,22,47); }
div.DivClassName
{
background-color: #37162F;
}
.BgClassName
{
background-color: #37162F;
}
</style>
border-color css
<style>
span { border-color: #37162F; }
span { border-color: rgb(55,22,47); }
td.TdClassName
{
border-color: #37162F;
}
.TagClassName
{
border-color: #37162F;
}
</style>