Shades of Black Magic #372A1B
Tints of Black Magic #372A1B
RGB
CMYK
RGB Variations
Color information
#372A1B (or 0x372A1B) is known color: Black Magic. HEX triplet: 37, 2A and 1B. RGB value is (55,42,27). Sum of RGB (Red+Green+Blue) = 55+42+27=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 55 - color contains mainly: red. Hex color #372A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372A1B is #C8D5E4. Grayscale: #2C2C2C. Windows color (decimal): -13161957 or 1780279. OLE color: 1780279.
HSL color Cylindrical-coordinate representation of color #372A1B: hue angle of 32.14º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #372A1B is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 42 | 27 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.78 |
| HSL | 32.14º | 0.34% | 0.16% | - |
| HSV(B) | 32.14º | 0.51% | 0.22% | - |
| XYZ | 2.6 | 2.55 | 1.39 | - |
| YUV | 44.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 42 | 27 | 0 | 0.24 | 0.51 | 0.78 | 32.14 | 0.34 | 0.16 |
| Hex | 37 | 2A | 1B | 0 | 18 | 33 | 4E | 20 | 22 | 10 |
| Octal | 67 | 52 | 33 | 0 | 30 | 63 | 116 | 40 | 42 | 20 |
| Binary | 110111 | 101010 | 11011 | 0 | 11000 | 110011 | 1001110 | 100000 | 100010 | 10000 |
Color Harmonies of #372A1B
Complementary color
Monochromatic Colors of #372A1B
Black with #372A1B
Text Example
Text Example
White with #372A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372A1B; }
p { color: rgb(55,42,27); }
H1.HeaderClassName
{
color: #372A1B;
}
.AnyTagClassName
{
color: #372A1B;
}
</style>
background-color css
<style>
a { background-color: #372A1B; }
a { background-color: rgb(55,42,27); }
div.DivClassName
{
background-color: #372A1B;
}
.BgClassName
{
background-color: #372A1B;
}
</style>
border-color css
<style>
span { border-color: #372A1B; }
span { border-color: rgb(55,42,27); }
td.TdClassName
{
border-color: #372A1B;
}
.TagClassName
{
border-color: #372A1B;
}
</style>