Shades of Black Magic #372C0B
Tints of Black Magic #372C0B
RGB
CMYK
RGB Variations
Color information
#372C0B (or 0x372C0B) is known color: Black Magic. HEX triplet: 37, 2C and 0B. RGB value is (55,44,11). Sum of RGB (Red+Green+Blue) = 55+44+11=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 44 (17.58% from 255 or 40% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #372C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372C0B is #C8D3F4. Grayscale: #2B2B2B. Windows color (decimal): -13161461 or 732215. OLE color: 732215.
HSL color Cylindrical-coordinate representation of color #372C0B: hue angle of 45º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #372C0B is Cyan = 0, Magento = 0.2, Yellow = 0.8 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 44 | 11 | - |
| CMYK | 0 | 0.2 | 0.8 | 0.78 |
| HSL | 45º | 0.67% | 0.13% | - |
| HSV(B) | 45º | 0.8% | 0.22% | - |
| XYZ | 2.54 | 2.64 | 0.69 | - |
| YUV | 43.53 | 109.64 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 44 | 11 | 0 | 0.2 | 0.8 | 0.78 | 45 | 0.67 | 0.13 |
| Hex | 37 | 2C | B | 0 | 14 | 50 | 4E | 2D | 43 | D |
| Octal | 67 | 54 | 13 | 0 | 24 | 120 | 116 | 55 | 103 | 15 |
| Binary | 110111 | 101100 | 1011 | 0 | 10100 | 1010000 | 1001110 | 101101 | 1000011 | 1101 |
Color Harmonies of #372C0B
Complementary color
Monochromatic Colors of #372C0B
Black with #372C0B
Text Example
Text Example
White with #372C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372C0B; }
p { color: rgb(55,44,11); }
H1.HeaderClassName
{
color: #372C0B;
}
.AnyTagClassName
{
color: #372C0B;
}
</style>
background-color css
<style>
a { background-color: #372C0B; }
a { background-color: rgb(55,44,11); }
div.DivClassName
{
background-color: #372C0B;
}
.BgClassName
{
background-color: #372C0B;
}
</style>
border-color css
<style>
span { border-color: #372C0B; }
span { border-color: rgb(55,44,11); }
td.TdClassName
{
border-color: #372C0B;
}
.TagClassName
{
border-color: #372C0B;
}
</style>