Shades of Black Magic #372C0E
Tints of Black Magic #372C0E
RGB
CMYK
RGB Variations
Color information
#372C0E (or 0x372C0E) is known color: Black Magic. HEX triplet: 37, 2C and 0E. RGB value is (55,44,14). Sum of RGB (Red+Green+Blue) = 55+44+14=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 44 (17.58% from 255 or 38.94% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #372C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372C0E is #C8D3F1. Grayscale: #2B2B2B. Windows color (decimal): -13161458 or 928823. OLE color: 928823.
HSL color Cylindrical-coordinate representation of color #372C0E: hue angle of 43.9º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #372C0E is Cyan = 0, Magento = 0.2, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 44 | 14 | - |
| CMYK | 0 | 0.2 | 0.75 | 0.78 |
| HSL | 43.9º | 0.59% | 0.14% | - |
| HSV(B) | 43.9º | 0.75% | 0.22% | - |
| XYZ | 2.56 | 2.65 | 0.79 | - |
| YUV | 43.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 44 | 14 | 0 | 0.2 | 0.75 | 0.78 | 43.9 | 0.59 | 0.14 |
| Hex | 37 | 2C | E | 0 | 14 | 4B | 4E | 2C | 3B | E |
| Octal | 67 | 54 | 16 | 0 | 24 | 113 | 116 | 54 | 73 | 16 |
| Binary | 110111 | 101100 | 1110 | 0 | 10100 | 1001011 | 1001110 | 101100 | 111011 | 1110 |
Color Harmonies of #372C0E
Complementary color
Monochromatic Colors of #372C0E
Black with #372C0E
Text Example
Text Example
White with #372C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372C0E; }
p { color: rgb(55,44,14); }
H1.HeaderClassName
{
color: #372C0E;
}
.AnyTagClassName
{
color: #372C0E;
}
</style>
background-color css
<style>
a { background-color: #372C0E; }
a { background-color: rgb(55,44,14); }
div.DivClassName
{
background-color: #372C0E;
}
.BgClassName
{
background-color: #372C0E;
}
</style>
border-color css
<style>
span { border-color: #372C0E; }
span { border-color: rgb(55,44,14); }
td.TdClassName
{
border-color: #372C0E;
}
.TagClassName
{
border-color: #372C0E;
}
</style>