Shades of Black Magic #372902
Tints of Black Magic #372902
RGB
CMYK
RGB Variations
Color information
#372902 (or 0x372902) is known color: Black Magic. HEX triplet: 37, 29 and 02. RGB value is (55,41,2). Sum of RGB (Red+Green+Blue) = 55+41+2=98 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.12% from 98); Green value is 41 (16.41% from 255 or 41.84% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 55 - color contains mainly: red. Hex color #372902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372902 is #C8D6FD. Grayscale: #282828. Windows color (decimal): -13162238 or 141623. OLE color: 141623.
HSL color Cylindrical-coordinate representation of color #372902: hue angle of 44.15º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #372902 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 41 | 2 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.78 |
| HSL | 44.15º | 0.93% | 0.11% | - |
| HSV(B) | 44.15º | 0.96% | 0.22% | - |
| XYZ | 2.38 | 2.4 | 0.4 | - |
| YUV | 40.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 41 | 2 | 0 | 0.25 | 0.96 | 0.78 | 44.15 | 0.93 | 0.11 |
| Hex | 37 | 29 | 2 | 0 | 19 | 60 | 4E | 2C | 5D | B |
| Octal | 67 | 51 | 2 | 0 | 31 | 140 | 116 | 54 | 135 | 13 |
| Binary | 110111 | 101001 | 10 | 0 | 11001 | 1100000 | 1001110 | 101100 | 1011101 | 1011 |
Color Harmonies of #372902
Complementary color
Monochromatic Colors of #372902
Black with #372902
Text Example
Text Example
White with #372902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372902; }
p { color: rgb(55,41,2); }
H1.HeaderClassName
{
color: #372902;
}
.AnyTagClassName
{
color: #372902;
}
</style>
background-color css
<style>
a { background-color: #372902; }
a { background-color: rgb(55,41,2); }
div.DivClassName
{
background-color: #372902;
}
.BgClassName
{
background-color: #372902;
}
</style>
border-color css
<style>
span { border-color: #372902; }
span { border-color: rgb(55,41,2); }
td.TdClassName
{
border-color: #372902;
}
.TagClassName
{
border-color: #372902;
}
</style>