Shades of Black Magic #372B04
Tints of Black Magic #372B04
RGB
CMYK
RGB Variations
Color information
#372B04 (or 0x372B04) is known color: Black Magic. HEX triplet: 37, 2B and 04. RGB value is (55,43,4). Sum of RGB (Red+Green+Blue) = 55+43+4=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 43 (17.19% from 255 or 42.16% from 102); Blue value is 4 (1.95% from 255 or 3.92% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #372B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372B04 is #C8D4FB. Grayscale: #2A2A2A. Windows color (decimal): -13161724 or 273207. OLE color: 273207.
HSL color Cylindrical-coordinate representation of color #372B04: hue angle of 45.88º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #372B04 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 43 | 4 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.78 |
| HSL | 45.88º | 0.86% | 0.12% | - |
| HSV(B) | 45.88º | 0.93% | 0.22% | - |
| XYZ | 2.46 | 2.55 | 0.48 | - |
| YUV | 42.14 | 106.48 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 43 | 4 | 0 | 0.22 | 0.93 | 0.78 | 45.88 | 0.86 | 0.12 |
| Hex | 37 | 2B | 4 | 0 | 16 | 5D | 4E | 2E | 56 | C |
| Octal | 67 | 53 | 4 | 0 | 26 | 135 | 116 | 56 | 126 | 14 |
| Binary | 110111 | 101011 | 100 | 0 | 10110 | 1011101 | 1001110 | 101110 | 1010110 | 1100 |
Color Harmonies of #372B04
Complementary color
Monochromatic Colors of #372B04
Black with #372B04
Text Example
Text Example
White with #372B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372B04; }
p { color: rgb(55,43,4); }
H1.HeaderClassName
{
color: #372B04;
}
.AnyTagClassName
{
color: #372B04;
}
</style>
background-color css
<style>
a { background-color: #372B04; }
a { background-color: rgb(55,43,4); }
div.DivClassName
{
background-color: #372B04;
}
.BgClassName
{
background-color: #372B04;
}
</style>
border-color css
<style>
span { border-color: #372B04; }
span { border-color: rgb(55,43,4); }
td.TdClassName
{
border-color: #372B04;
}
.TagClassName
{
border-color: #372B04;
}
</style>