Shades of Melanzane #37152F
Tints of Melanzane #37152F
RGB
CMYK
RGB Variations
Color information
#37152F (or 0x37152F) is known color: Melanzane. HEX triplet: 37, 15 and 2F. RGB value is (55,21,47). Sum of RGB (Red+Green+Blue) = 55+21+47=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 55 - color contains mainly: red. Hex color #37152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37152F is #C8EAD0. Grayscale: #222222. Windows color (decimal): -13167313 or 3085623. OLE color: 3085623.
HSL color Cylindrical-coordinate representation of color #37152F: hue angle of 314.12º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #37152F is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 21 | 47 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.78 |
| HSL | 314.12º | 0.45% | 0.15% | - |
| HSV(B) | 314.12º | 0.62% | 0.22% | - |
| XYZ | 2.36 | 1.55 | 2.87 | - |
| YUV | 34.13 | 135.26 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 21 | 47 | 0 | 0.62 | 0.15 | 0.78 | 314.12 | 0.45 | 0.15 |
| Hex | 37 | 15 | 2F | 0 | 3E | F | 4E | 13A | 2D | F |
| Octal | 67 | 25 | 57 | 0 | 76 | 17 | 116 | 472 | 55 | 17 |
| Binary | 110111 | 10101 | 101111 | 0 | 111110 | 1111 | 1001110 | 100111010 | 101101 | 1111 |
Color Harmonies of #37152F
Complementary color
Monochromatic Colors of #37152F
Black with #37152F
Text Example
Text Example
White with #37152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37152F; }
p { color: rgb(55,21,47); }
H1.HeaderClassName
{
color: #37152F;
}
.AnyTagClassName
{
color: #37152F;
}
</style>
background-color css
<style>
a { background-color: #37152F; }
a { background-color: rgb(55,21,47); }
div.DivClassName
{
background-color: #37152F;
}
.BgClassName
{
background-color: #37152F;
}
</style>
border-color css
<style>
span { border-color: #37152F; }
span { border-color: rgb(55,21,47); }
td.TdClassName
{
border-color: #37152F;
}
.TagClassName
{
border-color: #37152F;
}
</style>