Shades of Black Magic #372A04
Tints of Black Magic #372A04
RGB
CMYK
RGB Variations
Color information
#372A04 (or 0x372A04) is known color: Black Magic. HEX triplet: 37, 2A and 04. RGB value is (55,42,4). Sum of RGB (Red+Green+Blue) = 55+42+4=101 (13% of max value = 765). Red value is 55 (21.88% from 255 or 54.46% from 101); Green value is 42 (16.80% from 255 or 41.58% from 101); Blue value is 4 (1.95% from 255 or 3.96% from 101); Max value from RGB is 55 - color contains mainly: red. Hex color #372A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372A04 is #C8D5FB. Grayscale: #292929. Windows color (decimal): -13161980 or 272951. OLE color: 272951.
HSL color Cylindrical-coordinate representation of color #372A04: hue angle of 44.71º 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 #372A04 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 42 | 4 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.78 |
| HSL | 44.71º | 0.86% | 0.12% | - |
| HSV(B) | 44.71º | 0.93% | 0.22% | - |
| XYZ | 2.43 | 2.48 | 0.47 | - |
| YUV | 41.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 42 | 4 | 0 | 0.24 | 0.93 | 0.78 | 44.71 | 0.86 | 0.12 |
| Hex | 37 | 2A | 4 | 0 | 18 | 5D | 4E | 2D | 56 | C |
| Octal | 67 | 52 | 4 | 0 | 30 | 135 | 116 | 55 | 126 | 14 |
| Binary | 110111 | 101010 | 100 | 0 | 11000 | 1011101 | 1001110 | 101101 | 1010110 | 1100 |
Color Harmonies of #372A04
Complementary color
Monochromatic Colors of #372A04
Black with #372A04
Text Example
Text Example
White with #372A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372A04; }
p { color: rgb(55,42,4); }
H1.HeaderClassName
{
color: #372A04;
}
.AnyTagClassName
{
color: #372A04;
}
</style>
background-color css
<style>
a { background-color: #372A04; }
a { background-color: rgb(55,42,4); }
div.DivClassName
{
background-color: #372A04;
}
.BgClassName
{
background-color: #372A04;
}
</style>
border-color css
<style>
span { border-color: #372A04; }
span { border-color: rgb(55,42,4); }
td.TdClassName
{
border-color: #372A04;
}
.TagClassName
{
border-color: #372A04;
}
</style>