Shades of Black Magic #372D11
Tints of Black Magic #372D11
RGB
CMYK
RGB Variations
Color information
#372D11 (or 0x372D11) is known color: Black Magic. HEX triplet: 37, 2D and 11. RGB value is (55,45,17). Sum of RGB (Red+Green+Blue) = 55+45+17=117 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.01% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 55 - color contains mainly: red. Hex color #372D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372D11 is #C8D2EE. Grayscale: #2C2C2C. Windows color (decimal): -13161199 or 1125687. OLE color: 1125687.
HSL color Cylindrical-coordinate representation of color #372D11: hue angle of 44.21º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #372D11 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 45 | 17 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.78 |
| HSL | 44.21º | 0.53% | 0.14% | - |
| HSV(B) | 44.21º | 0.69% | 0.22% | - |
| XYZ | 2.62 | 2.73 | 0.92 | - |
| YUV | 44.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 17 | 0 | 0.18 | 0.69 | 0.78 | 44.21 | 0.53 | 0.14 |
| Hex | 37 | 2D | 11 | 0 | 12 | 45 | 4E | 2C | 35 | E |
| Octal | 67 | 55 | 21 | 0 | 22 | 105 | 116 | 54 | 65 | 16 |
| Binary | 110111 | 101101 | 10001 | 0 | 10010 | 1000101 | 1001110 | 101100 | 110101 | 1110 |
Color Harmonies of #372D11
Complementary color
Monochromatic Colors of #372D11
Black with #372D11
Text Example
Text Example
White with #372D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372D11; }
p { color: rgb(55,45,17); }
H1.HeaderClassName
{
color: #372D11;
}
.AnyTagClassName
{
color: #372D11;
}
</style>
background-color css
<style>
a { background-color: #372D11; }
a { background-color: rgb(55,45,17); }
div.DivClassName
{
background-color: #372D11;
}
.BgClassName
{
background-color: #372D11;
}
</style>
border-color css
<style>
span { border-color: #372D11; }
span { border-color: rgb(55,45,17); }
td.TdClassName
{
border-color: #372D11;
}
.TagClassName
{
border-color: #372D11;
}
</style>