Shades of Black Magic #372B0F
Tints of Black Magic #372B0F
RGB
CMYK
RGB Variations
Color information
#372B0F (or 0x372B0F) is known color: Black Magic. HEX triplet: 37, 2B and 0F. RGB value is (55,43,15). Sum of RGB (Red+Green+Blue) = 55+43+15=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 43 (17.19% from 255 or 38.05% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #372B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372B0F is #C8D4F0. Grayscale: #2B2B2B. Windows color (decimal): -13161713 or 994103. OLE color: 994103.
HSL color Cylindrical-coordinate representation of color #372B0F: hue angle of 42º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #372B0F is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 43 | 15 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.78 |
| HSL | 42º | 0.57% | 0.14% | - |
| HSV(B) | 42º | 0.73% | 0.22% | - |
| XYZ | 2.53 | 2.57 | 0.82 | - |
| YUV | 43.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 43 | 15 | 0 | 0.22 | 0.73 | 0.78 | 42 | 0.57 | 0.14 |
| Hex | 37 | 2B | F | 0 | 16 | 49 | 4E | 2A | 39 | E |
| Octal | 67 | 53 | 17 | 0 | 26 | 111 | 116 | 52 | 71 | 16 |
| Binary | 110111 | 101011 | 1111 | 0 | 10110 | 1001001 | 1001110 | 101010 | 111001 | 1110 |
Color Harmonies of #372B0F
Complementary color
Monochromatic Colors of #372B0F
Black with #372B0F
Text Example
Text Example
White with #372B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372B0F; }
p { color: rgb(55,43,15); }
H1.HeaderClassName
{
color: #372B0F;
}
.AnyTagClassName
{
color: #372B0F;
}
</style>
background-color css
<style>
a { background-color: #372B0F; }
a { background-color: rgb(55,43,15); }
div.DivClassName
{
background-color: #372B0F;
}
.BgClassName
{
background-color: #372B0F;
}
</style>
border-color css
<style>
span { border-color: #372B0F; }
span { border-color: rgb(55,43,15); }
td.TdClassName
{
border-color: #372B0F;
}
.TagClassName
{
border-color: #372B0F;
}
</style>