Shades of Melanzane #37222F
Tints of Melanzane #37222F
RGB
CMYK
RGB Variations
Color information
#37222F (or 0x37222F) is known color: Melanzane. HEX triplet: 37, 22 and 2F. RGB value is (55,34,47). Sum of RGB (Red+Green+Blue) = 55+34+47=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 55 - color contains mainly: red. Hex color #37222F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37222F is #C8DDD0. Grayscale: #292929. Windows color (decimal): -13163985 or 3088951. OLE color: 3088951.
HSL color Cylindrical-coordinate representation of color #37222F: hue angle of 322.86º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #37222F is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 34 | 47 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.78 |
| HSL | 322.86º | 0.24% | 0.17% | - |
| HSV(B) | 322.86º | 0.38% | 0.22% | - |
| XYZ | 2.66 | 2.16 | 2.97 | - |
| YUV | 41.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 34 | 47 | 0 | 0.38 | 0.15 | 0.78 | 322.86 | 0.24 | 0.17 |
| Hex | 37 | 22 | 2F | 0 | 26 | F | 4E | 143 | 18 | 11 |
| Octal | 67 | 42 | 57 | 0 | 46 | 17 | 116 | 503 | 30 | 21 |
| Binary | 110111 | 100010 | 101111 | 0 | 100110 | 1111 | 1001110 | 101000011 | 11000 | 10001 |
Color Harmonies of #37222F
Complementary color
Monochromatic Colors of #37222F
Black with #37222F
Text Example
Text Example
White with #37222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37222F; }
p { color: rgb(55,34,47); }
H1.HeaderClassName
{
color: #37222F;
}
.AnyTagClassName
{
color: #37222F;
}
</style>
background-color css
<style>
a { background-color: #37222F; }
a { background-color: rgb(55,34,47); }
div.DivClassName
{
background-color: #37222F;
}
.BgClassName
{
background-color: #37222F;
}
</style>
border-color css
<style>
span { border-color: #37222F; }
span { border-color: rgb(55,34,47); }
td.TdClassName
{
border-color: #37222F;
}
.TagClassName
{
border-color: #37222F;
}
</style>