Shades of Melanzane #37192F
Tints of Melanzane #37192F
RGB
CMYK
RGB Variations
Color information
#37192F (or 0x37192F) is known color: Melanzane. HEX triplet: 37, 19 and 2F. RGB value is (55,25,47). Sum of RGB (Red+Green+Blue) = 55+25+47=127 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.31% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 55 - color contains mainly: red. Hex color #37192F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37192F is #C8E6D0. Grayscale: #242424. Windows color (decimal): -13166289 or 3086647. OLE color: 3086647.
HSL color Cylindrical-coordinate representation of color #37192F: hue angle of 316º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #37192F is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 25 | 47 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.78 |
| HSL | 316º | 0.38% | 0.16% | - |
| HSV(B) | 316º | 0.55% | 0.22% | - |
| XYZ | 2.44 | 1.71 | 2.89 | - |
| YUV | 36.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 25 | 47 | 0 | 0.55 | 0.15 | 0.78 | 316 | 0.38 | 0.16 |
| Hex | 37 | 19 | 2F | 0 | 37 | F | 4E | 13C | 26 | 10 |
| Octal | 67 | 31 | 57 | 0 | 67 | 17 | 116 | 474 | 46 | 20 |
| Binary | 110111 | 11001 | 101111 | 0 | 110111 | 1111 | 1001110 | 100111100 | 100110 | 10000 |
Color Harmonies of #37192F
Complementary color
Monochromatic Colors of #37192F
Black with #37192F
Text Example
Text Example
White with #37192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37192F; }
p { color: rgb(55,25,47); }
H1.HeaderClassName
{
color: #37192F;
}
.AnyTagClassName
{
color: #37192F;
}
</style>
background-color css
<style>
a { background-color: #37192F; }
a { background-color: rgb(55,25,47); }
div.DivClassName
{
background-color: #37192F;
}
.BgClassName
{
background-color: #37192F;
}
</style>
border-color css
<style>
span { border-color: #37192F; }
span { border-color: rgb(55,25,47); }
td.TdClassName
{
border-color: #37192F;
}
.TagClassName
{
border-color: #37192F;
}
</style>