Shades of Black Magic #372B15
Tints of Black Magic #372B15
RGB
CMYK
RGB Variations
Color information
#372B15 (or 0x372B15) is known color: Black Magic. HEX triplet: 37, 2B and 15. RGB value is (55,43,21). Sum of RGB (Red+Green+Blue) = 55+43+21=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 55 - color contains mainly: red. Hex color #372B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372B15 is #C8D4EA. Grayscale: #2C2C2C. Windows color (decimal): -13161707 or 1387319. OLE color: 1387319.
HSL color Cylindrical-coordinate representation of color #372B15: hue angle of 38.82º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #372B15 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 43 | 21 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.78 |
| HSL | 38.82º | 0.45% | 0.15% | - |
| HSV(B) | 38.82º | 0.62% | 0.22% | - |
| XYZ | 2.57 | 2.59 | 1.07 | - |
| YUV | 44.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 43 | 21 | 0 | 0.22 | 0.62 | 0.78 | 38.82 | 0.45 | 0.15 |
| Hex | 37 | 2B | 15 | 0 | 16 | 3E | 4E | 27 | 2D | F |
| Octal | 67 | 53 | 25 | 0 | 26 | 76 | 116 | 47 | 55 | 17 |
| Binary | 110111 | 101011 | 10101 | 0 | 10110 | 111110 | 1001110 | 100111 | 101101 | 1111 |
Color Harmonies of #372B15
Complementary color
Monochromatic Colors of #372B15
Black with #372B15
Text Example
Text Example
White with #372B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372B15; }
p { color: rgb(55,43,21); }
H1.HeaderClassName
{
color: #372B15;
}
.AnyTagClassName
{
color: #372B15;
}
</style>
background-color css
<style>
a { background-color: #372B15; }
a { background-color: rgb(55,43,21); }
div.DivClassName
{
background-color: #372B15;
}
.BgClassName
{
background-color: #372B15;
}
</style>
border-color css
<style>
span { border-color: #372B15; }
span { border-color: rgb(55,43,21); }
td.TdClassName
{
border-color: #372B15;
}
.TagClassName
{
border-color: #372B15;
}
</style>