Shades of Melanzane #37172F
Tints of Melanzane #37172F
RGB
CMYK
RGB Variations
Color information
#37172F (or 0x37172F) is known color: Melanzane. HEX triplet: 37, 17 and 2F. RGB value is (55,23,47). Sum of RGB (Red+Green+Blue) = 55+23+47=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 55 - color contains mainly: red. Hex color #37172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37172F is #C8E8D0. Grayscale: #232323. Windows color (decimal): -13166801 or 3086135. OLE color: 3086135.
HSL color Cylindrical-coordinate representation of color #37172F: hue angle of 315º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #37172F is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 23 | 47 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.78 |
| HSL | 315º | 0.41% | 0.15% | - |
| HSV(B) | 315º | 0.58% | 0.22% | - |
| XYZ | 2.4 | 1.63 | 2.88 | - |
| YUV | 35.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 23 | 47 | 0 | 0.58 | 0.15 | 0.78 | 315 | 0.41 | 0.15 |
| Hex | 37 | 17 | 2F | 0 | 3A | F | 4E | 13B | 29 | F |
| Octal | 67 | 27 | 57 | 0 | 72 | 17 | 116 | 473 | 51 | 17 |
| Binary | 110111 | 10111 | 101111 | 0 | 111010 | 1111 | 1001110 | 100111011 | 101001 | 1111 |
Color Harmonies of #37172F
Complementary color
Monochromatic Colors of #37172F
Black with #37172F
Text Example
Text Example
White with #37172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37172F; }
p { color: rgb(55,23,47); }
H1.HeaderClassName
{
color: #37172F;
}
.AnyTagClassName
{
color: #37172F;
}
</style>
background-color css
<style>
a { background-color: #37172F; }
a { background-color: rgb(55,23,47); }
div.DivClassName
{
background-color: #37172F;
}
.BgClassName
{
background-color: #37172F;
}
</style>
border-color css
<style>
span { border-color: #37172F; }
span { border-color: rgb(55,23,47); }
td.TdClassName
{
border-color: #37172F;
}
.TagClassName
{
border-color: #37172F;
}
</style>