Shades of Black Magic #372600
Tints of Black Magic #372600
RGB
CMYK
RGB Variations
Color information
#372600 (or 0x372600) is known color: Black Magic. HEX triplet: 37, 26 and 00. RGB value is (55,38,0). Sum of RGB (Red+Green+Blue) = 55+38+0=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 38 (15.23% from 255 or 40.86% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #372600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372600 is #C8D9FF. Grayscale: #262626. Windows color (decimal): -13163008 or 9783. OLE color: 9783.
HSL color Cylindrical-coordinate representation of color #372600: hue angle of 41.45º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #372600 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 38 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.78 |
| HSL | 41.45º | 1% | 0.11% | - |
| HSV(B) | 41.45º | 1% | 0.22% | - |
| XYZ | 2.27 | 2.2 | 0.3 | - |
| YUV | 38.75 | 106.13 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 38 | 0 | 0 | 0.31 | 1 | 0.78 | 41.45 | 1 | 0.11 |
| Hex | 37 | 26 | 0 | 0 | 1F | 64 | 4E | 29 | 64 | B |
| Octal | 67 | 46 | 0 | 0 | 37 | 144 | 116 | 51 | 144 | 13 |
| Binary | 110111 | 100110 | 0 | 0 | 11111 | 1100100 | 1001110 | 101001 | 1100100 | 1011 |
Color Harmonies of #372600
Complementary color
Monochromatic Colors of #372600
Black with #372600
Text Example
Text Example
White with #372600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372600; }
p { color: rgb(55,38,0); }
H1.HeaderClassName
{
color: #372600;
}
.AnyTagClassName
{
color: #372600;
}
</style>
background-color css
<style>
a { background-color: #372600; }
a { background-color: rgb(55,38,0); }
div.DivClassName
{
background-color: #372600;
}
.BgClassName
{
background-color: #372600;
}
</style>
border-color css
<style>
span { border-color: #372600; }
span { border-color: rgb(55,38,0); }
td.TdClassName
{
border-color: #372600;
}
.TagClassName
{
border-color: #372600;
}
</style>