Shades of Black Magic #372C11
Tints of Black Magic #372C11
RGB
CMYK
RGB Variations
Color information
#372C11 (or 0x372C11) is known color: Black Magic. HEX triplet: 37, 2C and 11. RGB value is (55,44,17). Sum of RGB (Red+Green+Blue) = 55+44+17=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 55 - color contains mainly: red. Hex color #372C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372C11 is #C8D3EE. Grayscale: #2C2C2C. Windows color (decimal): -13161455 or 1125431. OLE color: 1125431.
HSL color Cylindrical-coordinate representation of color #372C11: hue angle of 42.63º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #372C11 is Cyan = 0, Magento = 0.2, Yellow = 0.69 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 44 | 17 | - |
| CMYK | 0 | 0.2 | 0.69 | 0.78 |
| HSL | 42.63º | 0.53% | 0.14% | - |
| HSV(B) | 42.63º | 0.69% | 0.22% | - |
| XYZ | 2.58 | 2.65 | 0.91 | - |
| YUV | 44.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 44 | 17 | 0 | 0.2 | 0.69 | 0.78 | 42.63 | 0.53 | 0.14 |
| Hex | 37 | 2C | 11 | 0 | 14 | 45 | 4E | 2B | 35 | E |
| Octal | 67 | 54 | 21 | 0 | 24 | 105 | 116 | 53 | 65 | 16 |
| Binary | 110111 | 101100 | 10001 | 0 | 10100 | 1000101 | 1001110 | 101011 | 110101 | 1110 |
Color Harmonies of #372C11
Complementary color
Monochromatic Colors of #372C11
Black with #372C11
Text Example
Text Example
White with #372C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372C11; }
p { color: rgb(55,44,17); }
H1.HeaderClassName
{
color: #372C11;
}
.AnyTagClassName
{
color: #372C11;
}
</style>
background-color css
<style>
a { background-color: #372C11; }
a { background-color: rgb(55,44,17); }
div.DivClassName
{
background-color: #372C11;
}
.BgClassName
{
background-color: #372C11;
}
</style>
border-color css
<style>
span { border-color: #372C11; }
span { border-color: rgb(55,44,17); }
td.TdClassName
{
border-color: #372C11;
}
.TagClassName
{
border-color: #372C11;
}
</style>