Shades of Black Magic #372F20
Tints of Black Magic #372F20
RGB
CMYK
RGB Variations
Color information
#372F20 (or 0x372F20) is known color: Black Magic. HEX triplet: 37, 2F and 20. RGB value is (55,47,32). Sum of RGB (Red+Green+Blue) = 55+47+32=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 55 - color contains mainly: red. Hex color #372F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F20 is #C8D0DF. Grayscale: #2F2F2F. Windows color (decimal): -13160672 or 2109239. OLE color: 2109239.
HSL color Cylindrical-coordinate representation of color #372F20: hue angle of 39.13º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #372F20 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 47 | 32 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.78 |
| HSL | 39.13º | 0.26% | 0.17% | - |
| HSV(B) | 39.13º | 0.42% | 0.22% | - |
| XYZ | 2.85 | 2.95 | 1.79 | - |
| YUV | 47.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 32 | 0 | 0.15 | 0.42 | 0.78 | 39.13 | 0.26 | 0.17 |
| Hex | 37 | 2F | 20 | 0 | F | 2A | 4E | 27 | 1A | 11 |
| Octal | 67 | 57 | 40 | 0 | 17 | 52 | 116 | 47 | 32 | 21 |
| Binary | 110111 | 101111 | 100000 | 0 | 1111 | 101010 | 1001110 | 100111 | 11010 | 10001 |
Color Harmonies of #372F20
Complementary color
Monochromatic Colors of #372F20
Black with #372F20
Text Example
Text Example
White with #372F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372F20; }
p { color: rgb(55,47,32); }
H1.HeaderClassName
{
color: #372F20;
}
.AnyTagClassName
{
color: #372F20;
}
</style>
background-color css
<style>
a { background-color: #372F20; }
a { background-color: rgb(55,47,32); }
div.DivClassName
{
background-color: #372F20;
}
.BgClassName
{
background-color: #372F20;
}
</style>
border-color css
<style>
span { border-color: #372F20; }
span { border-color: rgb(55,47,32); }
td.TdClassName
{
border-color: #372F20;
}
.TagClassName
{
border-color: #372F20;
}
</style>