Shades of Black Magic #372B0A
Tints of Black Magic #372B0A
RGB
CMYK
RGB Variations
Color information
#372B0A (or 0x372B0A) is known color: Black Magic. HEX triplet: 37, 2B and 0A. RGB value is (55,43,10). Sum of RGB (Red+Green+Blue) = 55+43+10=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 43 (17.19% from 255 or 39.81% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #372B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372B0A is #C8D4F5. Grayscale: #2A2A2A. Windows color (decimal): -13161718 or 666423. OLE color: 666423.
HSL color Cylindrical-coordinate representation of color #372B0A: hue angle of 44º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #372B0A is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 43 | 10 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.78 |
| HSL | 44º | 0.69% | 0.13% | - |
| HSV(B) | 44º | 0.82% | 0.22% | - |
| XYZ | 2.49 | 2.56 | 0.65 | - |
| YUV | 42.83 | 109.48 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 43 | 10 | 0 | 0.22 | 0.82 | 0.78 | 44 | 0.69 | 0.13 |
| Hex | 37 | 2B | A | 0 | 16 | 52 | 4E | 2C | 45 | D |
| Octal | 67 | 53 | 12 | 0 | 26 | 122 | 116 | 54 | 105 | 15 |
| Binary | 110111 | 101011 | 1010 | 0 | 10110 | 1010010 | 1001110 | 101100 | 1000101 | 1101 |
Color Harmonies of #372B0A
Complementary color
Monochromatic Colors of #372B0A
Black with #372B0A
Text Example
Text Example
White with #372B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372B0A; }
p { color: rgb(55,43,10); }
H1.HeaderClassName
{
color: #372B0A;
}
.AnyTagClassName
{
color: #372B0A;
}
</style>
background-color css
<style>
a { background-color: #372B0A; }
a { background-color: rgb(55,43,10); }
div.DivClassName
{
background-color: #372B0A;
}
.BgClassName
{
background-color: #372B0A;
}
</style>
border-color css
<style>
span { border-color: #372B0A; }
span { border-color: rgb(55,43,10); }
td.TdClassName
{
border-color: #372B0A;
}
.TagClassName
{
border-color: #372B0A;
}
</style>