Shades of Melanzane #372E35
Tints of Melanzane #372E35
RGB
CMYK
RGB Variations
Color information
#372E35 (or 0x372E35) is known color: Melanzane. HEX triplet: 37, 2E and 35. RGB value is (55,46,53). Sum of RGB (Red+Green+Blue) = 55+46+53=154 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.71% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 55 - color contains mainly: red. Hex color #372E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372E35 is #C8D1CA. Grayscale: #313131. Windows color (decimal): -13160907 or 3485239. OLE color: 3485239.
HSL color Cylindrical-coordinate representation of color #372E35: hue angle of 313.33º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #372E35 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 46 | 53 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.78 |
| HSL | 313.33º | 0.09% | 0.2% | - |
| HSV(B) | 313.33º | 0.16% | 0.22% | - |
| XYZ | 3.2 | 3.02 | 3.78 | - |
| YUV | 49.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 46 | 53 | 0 | 0.16 | 0.04 | 0.78 | 313.33 | 0.09 | 0.2 |
| Hex | 37 | 2E | 35 | 0 | 10 | 4 | 4E | 139 | 9 | 14 |
| Octal | 67 | 56 | 65 | 0 | 20 | 4 | 116 | 471 | 11 | 24 |
| Binary | 110111 | 101110 | 110101 | 0 | 10000 | 100 | 1001110 | 100111001 | 1001 | 10100 |
Color Harmonies of #372E35
Complementary color
Monochromatic Colors of #372E35
Black with #372E35
Text Example
Text Example
White with #372E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372E35; }
p { color: rgb(55,46,53); }
H1.HeaderClassName
{
color: #372E35;
}
.AnyTagClassName
{
color: #372E35;
}
</style>
background-color css
<style>
a { background-color: #372E35; }
a { background-color: rgb(55,46,53); }
div.DivClassName
{
background-color: #372E35;
}
.BgClassName
{
background-color: #372E35;
}
</style>
border-color css
<style>
span { border-color: #372E35; }
span { border-color: rgb(55,46,53); }
td.TdClassName
{
border-color: #372E35;
}
.TagClassName
{
border-color: #372E35;
}
</style>