Shades of Black Magic #372A15
Tints of Black Magic #372A15
RGB
CMYK
RGB Variations
Color information
#372A15 (or 0x372A15) is known color: Black Magic. HEX triplet: 37, 2A and 15. RGB value is (55,42,21). Sum of RGB (Red+Green+Blue) = 55+42+21=118 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.61% from 118); Green value is 42 (16.80% from 255 or 35.59% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 55 - color contains mainly: red. Hex color #372A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372A15 is #C8D5EA. Grayscale: #2B2B2B. Windows color (decimal): -13161963 or 1387063. OLE color: 1387063.
HSL color Cylindrical-coordinate representation of color #372A15: hue angle of 37.06º 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 #372A15 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 42 | 21 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.78 |
| HSL | 37.06º | 0.45% | 0.15% | - |
| HSV(B) | 37.06º | 0.62% | 0.22% | - |
| XYZ | 2.54 | 2.52 | 1.06 | - |
| YUV | 43.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 42 | 21 | 0 | 0.24 | 0.62 | 0.78 | 37.06 | 0.45 | 0.15 |
| Hex | 37 | 2A | 15 | 0 | 18 | 3E | 4E | 25 | 2D | F |
| Octal | 67 | 52 | 25 | 0 | 30 | 76 | 116 | 45 | 55 | 17 |
| Binary | 110111 | 101010 | 10101 | 0 | 11000 | 111110 | 1001110 | 100101 | 101101 | 1111 |
Color Harmonies of #372A15
Complementary color
Monochromatic Colors of #372A15
Black with #372A15
Text Example
Text Example
White with #372A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372A15; }
p { color: rgb(55,42,21); }
H1.HeaderClassName
{
color: #372A15;
}
.AnyTagClassName
{
color: #372A15;
}
</style>
background-color css
<style>
a { background-color: #372A15; }
a { background-color: rgb(55,42,21); }
div.DivClassName
{
background-color: #372A15;
}
.BgClassName
{
background-color: #372A15;
}
</style>
border-color css
<style>
span { border-color: #372A15; }
span { border-color: rgb(55,42,21); }
td.TdClassName
{
border-color: #372A15;
}
.TagClassName
{
border-color: #372A15;
}
</style>