Shades of Black Magic #372901
Tints of Black Magic #372901
RGB
CMYK
RGB Variations
Color information
#372901 (or 0x372901) is known color: Black Magic. HEX triplet: 37, 29 and 01. RGB value is (55,41,1). Sum of RGB (Red+Green+Blue) = 55+41+1=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #372901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372901 is #C8D6FE. Grayscale: #282828. Windows color (decimal): -13162239 or 76087. OLE color: 76087.
HSL color Cylindrical-coordinate representation of color #372901: hue angle of 44.44º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #372901 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 41 | 1 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.78 |
| HSL | 44.44º | 0.96% | 0.11% | - |
| HSV(B) | 44.44º | 0.98% | 0.22% | - |
| XYZ | 2.37 | 2.4 | 0.37 | - |
| YUV | 40.63 | 105.64 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 41 | 1 | 0 | 0.25 | 0.98 | 0.78 | 44.44 | 0.96 | 0.11 |
| Hex | 37 | 29 | 1 | 0 | 19 | 62 | 4E | 2C | 60 | B |
| Octal | 67 | 51 | 1 | 0 | 31 | 142 | 116 | 54 | 140 | 13 |
| Binary | 110111 | 101001 | 1 | 0 | 11001 | 1100010 | 1001110 | 101100 | 1100000 | 1011 |
Color Harmonies of #372901
Complementary color
Monochromatic Colors of #372901
Black with #372901
Text Example
Text Example
White with #372901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372901; }
p { color: rgb(55,41,1); }
H1.HeaderClassName
{
color: #372901;
}
.AnyTagClassName
{
color: #372901;
}
</style>
background-color css
<style>
a { background-color: #372901; }
a { background-color: rgb(55,41,1); }
div.DivClassName
{
background-color: #372901;
}
.BgClassName
{
background-color: #372901;
}
</style>
border-color css
<style>
span { border-color: #372901; }
span { border-color: rgb(55,41,1); }
td.TdClassName
{
border-color: #372901;
}
.TagClassName
{
border-color: #372901;
}
</style>