Shades of Black Magic #372B0B
Tints of Black Magic #372B0B
RGB
CMYK
RGB Variations
Color information
#372B0B (or 0x372B0B) is known color: Black Magic. HEX triplet: 37, 2B and 0B. RGB value is (55,43,11). Sum of RGB (Red+Green+Blue) = 55+43+11=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 43 (17.19% from 255 or 39.45% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #372B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372B0B is #C8D4F4. Grayscale: #2B2B2B. Windows color (decimal): -13161717 or 731959. OLE color: 731959.
HSL color Cylindrical-coordinate representation of color #372B0B: hue angle of 43.64º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #372B0B is Cyan = 0, Magento = 0.22, Yellow = 0.8 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 43 | 11 | - |
| CMYK | 0 | 0.22 | 0.8 | 0.78 |
| HSL | 43.64º | 0.67% | 0.13% | - |
| HSV(B) | 43.64º | 0.8% | 0.22% | - |
| XYZ | 2.5 | 2.56 | 0.68 | - |
| YUV | 42.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 43 | 11 | 0 | 0.22 | 0.8 | 0.78 | 43.64 | 0.67 | 0.13 |
| Hex | 37 | 2B | B | 0 | 16 | 50 | 4E | 2C | 43 | D |
| Octal | 67 | 53 | 13 | 0 | 26 | 120 | 116 | 54 | 103 | 15 |
| Binary | 110111 | 101011 | 1011 | 0 | 10110 | 1010000 | 1001110 | 101100 | 1000011 | 1101 |
Color Harmonies of #372B0B
Complementary color
Monochromatic Colors of #372B0B
Black with #372B0B
Text Example
Text Example
White with #372B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372B0B; }
p { color: rgb(55,43,11); }
H1.HeaderClassName
{
color: #372B0B;
}
.AnyTagClassName
{
color: #372B0B;
}
</style>
background-color css
<style>
a { background-color: #372B0B; }
a { background-color: rgb(55,43,11); }
div.DivClassName
{
background-color: #372B0B;
}
.BgClassName
{
background-color: #372B0B;
}
</style>
border-color css
<style>
span { border-color: #372B0B; }
span { border-color: rgb(55,43,11); }
td.TdClassName
{
border-color: #372B0B;
}
.TagClassName
{
border-color: #372B0B;
}
</style>