Shades of Melanzane #372B32
Tints of Melanzane #372B32
RGB
CMYK
RGB Variations
Color information
#372B32 (or 0x372B32) is known color: Melanzane. HEX triplet: 37, 2B and 32. RGB value is (55,43,50). Sum of RGB (Red+Green+Blue) = 55+43+50=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 43 (17.19% from 255 or 29.05% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 55 - color contains mainly: red. Hex color #372B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372B32 is #C8D4CD. Grayscale: #2F2F2F. Windows color (decimal): -13161678 or 3287863. OLE color: 3287863.
HSL color Cylindrical-coordinate representation of color #372B32: hue angle of 325º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #372B32 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 43 | 50 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.78 |
| HSL | 325º | 0.12% | 0.19% | - |
| HSV(B) | 325º | 0.22% | 0.22% | - |
| XYZ | 3.02 | 2.77 | 3.39 | - |
| YUV | 47.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 43 | 50 | 0 | 0.22 | 0.09 | 0.78 | 325 | 0.12 | 0.19 |
| Hex | 37 | 2B | 32 | 0 | 16 | 9 | 4E | 145 | C | 13 |
| Octal | 67 | 53 | 62 | 0 | 26 | 11 | 116 | 505 | 14 | 23 |
| Binary | 110111 | 101011 | 110010 | 0 | 10110 | 1001 | 1001110 | 101000101 | 1100 | 10011 |
Color Harmonies of #372B32
Complementary color
Monochromatic Colors of #372B32
Black with #372B32
Text Example
Text Example
White with #372B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372B32; }
p { color: rgb(55,43,50); }
H1.HeaderClassName
{
color: #372B32;
}
.AnyTagClassName
{
color: #372B32;
}
</style>
background-color css
<style>
a { background-color: #372B32; }
a { background-color: rgb(55,43,50); }
div.DivClassName
{
background-color: #372B32;
}
.BgClassName
{
background-color: #372B32;
}
</style>
border-color css
<style>
span { border-color: #372B32; }
span { border-color: rgb(55,43,50); }
td.TdClassName
{
border-color: #372B32;
}
.TagClassName
{
border-color: #372B32;
}
</style>