Shades of Black Magic #372D1D
Tints of Black Magic #372D1D
RGB
CMYK
RGB Variations
Color information
#372D1D (or 0x372D1D) is known color: Black Magic. HEX triplet: 37, 2D and 1D. RGB value is (55,45,29). Sum of RGB (Red+Green+Blue) = 55+45+29=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 45 (17.97% from 255 or 34.88% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 55 - color contains mainly: red. Hex color #372D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372D1D is #C8D2E2. Grayscale: #2E2E2E. Windows color (decimal): -13161187 or 1912119. OLE color: 1912119.
HSL color Cylindrical-coordinate representation of color #372D1D: hue angle of 36.92º 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 #372D1D is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 45 | 29 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.78 |
| HSL | 36.92º | 0.31% | 0.16% | - |
| HSV(B) | 36.92º | 0.47% | 0.22% | - |
| XYZ | 2.74 | 2.78 | 1.55 | - |
| YUV | 46.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 29 | 0 | 0.18 | 0.47 | 0.78 | 36.92 | 0.31 | 0.16 |
| Hex | 37 | 2D | 1D | 0 | 12 | 2F | 4E | 25 | 1F | 10 |
| Octal | 67 | 55 | 35 | 0 | 22 | 57 | 116 | 45 | 37 | 20 |
| Binary | 110111 | 101101 | 11101 | 0 | 10010 | 101111 | 1001110 | 100101 | 11111 | 10000 |
Color Harmonies of #372D1D
Complementary color
Monochromatic Colors of #372D1D
Black with #372D1D
Text Example
Text Example
White with #372D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372D1D; }
p { color: rgb(55,45,29); }
H1.HeaderClassName
{
color: #372D1D;
}
.AnyTagClassName
{
color: #372D1D;
}
</style>
background-color css
<style>
a { background-color: #372D1D; }
a { background-color: rgb(55,45,29); }
div.DivClassName
{
background-color: #372D1D;
}
.BgClassName
{
background-color: #372D1D;
}
</style>
border-color css
<style>
span { border-color: #372D1D; }
span { border-color: rgb(55,45,29); }
td.TdClassName
{
border-color: #372D1D;
}
.TagClassName
{
border-color: #372D1D;
}
</style>