Shades of Black Magic #372E17
Tints of Black Magic #372E17
RGB
CMYK
RGB Variations
Color information
#372E17 (or 0x372E17) is known color: Black Magic. HEX triplet: 37, 2E and 17. RGB value is (55,46,23). Sum of RGB (Red+Green+Blue) = 55+46+23=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 55 - color contains mainly: red. Hex color #372E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372E17 is #C8D1E8. Grayscale: #2E2E2E. Windows color (decimal): -13160937 or 1519159. OLE color: 1519159.
HSL color Cylindrical-coordinate representation of color #372E17: hue angle of 43.12º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #372E17 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 46 | 23 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.78 |
| HSL | 43.13º | 0.41% | 0.15% | - |
| HSV(B) | 43.13º | 0.58% | 0.22% | - |
| XYZ | 2.71 | 2.83 | 1.21 | - |
| YUV | 46.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 46 | 23 | 0 | 0.16 | 0.58 | 0.78 | 43.13 | 0.41 | 0.15 |
| Hex | 37 | 2E | 17 | 0 | 10 | 3A | 4E | 2B | 29 | F |
| Octal | 67 | 56 | 27 | 0 | 20 | 72 | 116 | 53 | 51 | 17 |
| Binary | 110111 | 101110 | 10111 | 0 | 10000 | 111010 | 1001110 | 101011 | 101001 | 1111 |
Color Harmonies of #372E17
Complementary color
Monochromatic Colors of #372E17
Black with #372E17
Text Example
Text Example
White with #372E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372E17; }
p { color: rgb(55,46,23); }
H1.HeaderClassName
{
color: #372E17;
}
.AnyTagClassName
{
color: #372E17;
}
</style>
background-color css
<style>
a { background-color: #372E17; }
a { background-color: rgb(55,46,23); }
div.DivClassName
{
background-color: #372E17;
}
.BgClassName
{
background-color: #372E17;
}
</style>
border-color css
<style>
span { border-color: #372E17; }
span { border-color: rgb(55,46,23); }
td.TdClassName
{
border-color: #372E17;
}
.TagClassName
{
border-color: #372E17;
}
</style>