Shades of Black Magic #372C1D
Tints of Black Magic #372C1D
RGB
CMYK
RGB Variations
Color information
#372C1D (or 0x372C1D) is known color: Black Magic. HEX triplet: 37, 2C and 1D. RGB value is (55,44,29). Sum of RGB (Red+Green+Blue) = 55+44+29=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 55 - color contains mainly: red. Hex color #372C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372C1D is #C8D3E2. Grayscale: #2D2D2D. Windows color (decimal): -13161443 or 1911863. OLE color: 1911863.
HSL color Cylindrical-coordinate representation of color #372C1D: hue angle of 34.62º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #372C1D is Cyan = 0, Magento = 0.2, Yellow = 0.47 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 44 | 29 | - |
| CMYK | 0 | 0.2 | 0.47 | 0.78 |
| HSL | 34.62º | 0.31% | 0.16% | - |
| HSV(B) | 34.62º | 0.47% | 0.22% | - |
| XYZ | 2.7 | 2.7 | 1.54 | - |
| YUV | 45.58 | 118.64 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 44 | 29 | 0 | 0.2 | 0.47 | 0.78 | 34.62 | 0.31 | 0.16 |
| Hex | 37 | 2C | 1D | 0 | 14 | 2F | 4E | 23 | 1F | 10 |
| Octal | 67 | 54 | 35 | 0 | 24 | 57 | 116 | 43 | 37 | 20 |
| Binary | 110111 | 101100 | 11101 | 0 | 10100 | 101111 | 1001110 | 100011 | 11111 | 10000 |
Color Harmonies of #372C1D
Complementary color
Monochromatic Colors of #372C1D
Black with #372C1D
Text Example
Text Example
White with #372C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372C1D; }
p { color: rgb(55,44,29); }
H1.HeaderClassName
{
color: #372C1D;
}
.AnyTagClassName
{
color: #372C1D;
}
</style>
background-color css
<style>
a { background-color: #372C1D; }
a { background-color: rgb(55,44,29); }
div.DivClassName
{
background-color: #372C1D;
}
.BgClassName
{
background-color: #372C1D;
}
</style>
border-color css
<style>
span { border-color: #372C1D; }
span { border-color: rgb(55,44,29); }
td.TdClassName
{
border-color: #372C1D;
}
.TagClassName
{
border-color: #372C1D;
}
</style>