Shades of Melanzane #372A33
Tints of Melanzane #372A33
RGB
CMYK
RGB Variations
Color information
#372A33 (or 0x372A33) is known color: Melanzane. HEX triplet: 37, 2A and 33. RGB value is (55,42,51). Sum of RGB (Red+Green+Blue) = 55+42+51=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 51 (20.31% from 255 or 34.46% from 148); Max value from RGB is 55 - color contains mainly: red. Hex color #372A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372A33 is #C8D5CC. Grayscale: #2E2E2E. Windows color (decimal): -13161933 or 3353143. OLE color: 3353143.
HSL color Cylindrical-coordinate representation of color #372A33: hue angle of 318.46º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #372A33 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 42 | 51 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.78 |
| HSL | 318.46º | 0.13% | 0.19% | - |
| HSV(B) | 318.46º | 0.24% | 0.22% | - |
| XYZ | 3 | 2.71 | 3.5 | - |
| YUV | 46.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 42 | 51 | 0 | 0.24 | 0.07 | 0.78 | 318.46 | 0.13 | 0.19 |
| Hex | 37 | 2A | 33 | 0 | 18 | 7 | 4E | 13E | D | 13 |
| Octal | 67 | 52 | 63 | 0 | 30 | 7 | 116 | 476 | 15 | 23 |
| Binary | 110111 | 101010 | 110011 | 0 | 11000 | 111 | 1001110 | 100111110 | 1101 | 10011 |
Color Harmonies of #372A33
Complementary color
Monochromatic Colors of #372A33
Black with #372A33
Text Example
Text Example
White with #372A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372A33; }
p { color: rgb(55,42,51); }
H1.HeaderClassName
{
color: #372A33;
}
.AnyTagClassName
{
color: #372A33;
}
</style>
background-color css
<style>
a { background-color: #372A33; }
a { background-color: rgb(55,42,51); }
div.DivClassName
{
background-color: #372A33;
}
.BgClassName
{
background-color: #372A33;
}
</style>
border-color css
<style>
span { border-color: #372A33; }
span { border-color: rgb(55,42,51); }
td.TdClassName
{
border-color: #372A33;
}
.TagClassName
{
border-color: #372A33;
}
</style>