Shades of Black Magic #372F1D
Tints of Black Magic #372F1D
RGB
CMYK
RGB Variations
Color information
#372F1D (or 0x372F1D) is known color: Black Magic. HEX triplet: 37, 2F and 1D. RGB value is (55,47,29). Sum of RGB (Red+Green+Blue) = 55+47+29=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 55 - color contains mainly: red. Hex color #372F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F1D is #C8D0E2. Grayscale: #2F2F2F. Windows color (decimal): -13160675 or 1912631. OLE color: 1912631.
HSL color Cylindrical-coordinate representation of color #372F1D: hue angle of 41.54º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #372F1D is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 47 | 29 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.78 |
| HSL | 41.54º | 0.31% | 0.16% | - |
| HSV(B) | 41.54º | 0.47% | 0.22% | - |
| XYZ | 2.81 | 2.93 | 1.58 | - |
| YUV | 47.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 29 | 0 | 0.15 | 0.47 | 0.78 | 41.54 | 0.31 | 0.16 |
| Hex | 37 | 2F | 1D | 0 | F | 2F | 4E | 2A | 1F | 10 |
| Octal | 67 | 57 | 35 | 0 | 17 | 57 | 116 | 52 | 37 | 20 |
| Binary | 110111 | 101111 | 11101 | 0 | 1111 | 101111 | 1001110 | 101010 | 11111 | 10000 |
Color Harmonies of #372F1D
Complementary color
Monochromatic Colors of #372F1D
Black with #372F1D
Text Example
Text Example
White with #372F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372F1D; }
p { color: rgb(55,47,29); }
H1.HeaderClassName
{
color: #372F1D;
}
.AnyTagClassName
{
color: #372F1D;
}
</style>
background-color css
<style>
a { background-color: #372F1D; }
a { background-color: rgb(55,47,29); }
div.DivClassName
{
background-color: #372F1D;
}
.BgClassName
{
background-color: #372F1D;
}
</style>
border-color css
<style>
span { border-color: #372F1D; }
span { border-color: rgb(55,47,29); }
td.TdClassName
{
border-color: #372F1D;
}
.TagClassName
{
border-color: #372F1D;
}
</style>