Shades of Black Magic #372804
Tints of Black Magic #372804
RGB
CMYK
RGB Variations
Color information
#372804 (or 0x372804) is known color: Black Magic. HEX triplet: 37, 28 and 04. RGB value is (55,40,4). Sum of RGB (Red+Green+Blue) = 55+40+4=99 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55.56% from 99); Green value is 40 (16.02% from 255 or 40.40% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 55 - color contains mainly: red. Hex color #372804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372804 is #C8D7FB. Grayscale: #282828. Windows color (decimal): -13162492 or 272439. OLE color: 272439.
HSL color Cylindrical-coordinate representation of color #372804: hue angle of 42.35º 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 #372804 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 40 | 4 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.78 |
| HSL | 42.35º | 0.86% | 0.12% | - |
| HSV(B) | 42.35º | 0.93% | 0.22% | - |
| XYZ | 2.36 | 2.34 | 0.44 | - |
| YUV | 40.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 40 | 4 | 0 | 0.27 | 0.93 | 0.78 | 42.35 | 0.86 | 0.12 |
| Hex | 37 | 28 | 4 | 0 | 1B | 5D | 4E | 2A | 56 | C |
| Octal | 67 | 50 | 4 | 0 | 33 | 135 | 116 | 52 | 126 | 14 |
| Binary | 110111 | 101000 | 100 | 0 | 11011 | 1011101 | 1001110 | 101010 | 1010110 | 1100 |
Color Harmonies of #372804
Complementary color
Monochromatic Colors of #372804
Black with #372804
Text Example
Text Example
White with #372804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372804; }
p { color: rgb(55,40,4); }
H1.HeaderClassName
{
color: #372804;
}
.AnyTagClassName
{
color: #372804;
}
</style>
background-color css
<style>
a { background-color: #372804; }
a { background-color: rgb(55,40,4); }
div.DivClassName
{
background-color: #372804;
}
.BgClassName
{
background-color: #372804;
}
</style>
border-color css
<style>
span { border-color: #372804; }
span { border-color: rgb(55,40,4); }
td.TdClassName
{
border-color: #372804;
}
.TagClassName
{
border-color: #372804;
}
</style>