Shades of Black Magic #372C1B
Tints of Black Magic #372C1B
RGB
CMYK
RGB Variations
Color information
#372C1B (or 0x372C1B) is known color: Black Magic. HEX triplet: 37, 2C and 1B. RGB value is (55,44,27). Sum of RGB (Red+Green+Blue) = 55+44+27=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 55 - color contains mainly: red. Hex color #372C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372C1B is #C8D3E4. Grayscale: #2D2D2D. Windows color (decimal): -13161445 or 1780791. OLE color: 1780791.
HSL color Cylindrical-coordinate representation of color #372C1B: hue angle of 36.43º 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 #372C1B is Cyan = 0, Magento = 0.2, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 44 | 27 | - |
| CMYK | 0 | 0.2 | 0.51 | 0.78 |
| HSL | 36.43º | 0.34% | 0.16% | - |
| HSV(B) | 36.43º | 0.51% | 0.22% | - |
| XYZ | 2.67 | 2.69 | 1.42 | - |
| YUV | 45.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 44 | 27 | 0 | 0.2 | 0.51 | 0.78 | 36.43 | 0.34 | 0.16 |
| Hex | 37 | 2C | 1B | 0 | 14 | 33 | 4E | 24 | 22 | 10 |
| Octal | 67 | 54 | 33 | 0 | 24 | 63 | 116 | 44 | 42 | 20 |
| Binary | 110111 | 101100 | 11011 | 0 | 10100 | 110011 | 1001110 | 100100 | 100010 | 10000 |
Color Harmonies of #372C1B
Complementary color
Monochromatic Colors of #372C1B
Black with #372C1B
Text Example
Text Example
White with #372C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372C1B; }
p { color: rgb(55,44,27); }
H1.HeaderClassName
{
color: #372C1B;
}
.AnyTagClassName
{
color: #372C1B;
}
</style>
background-color css
<style>
a { background-color: #372C1B; }
a { background-color: rgb(55,44,27); }
div.DivClassName
{
background-color: #372C1B;
}
.BgClassName
{
background-color: #372C1B;
}
</style>
border-color css
<style>
span { border-color: #372C1B; }
span { border-color: rgb(55,44,27); }
td.TdClassName
{
border-color: #372C1B;
}
.TagClassName
{
border-color: #372C1B;
}
</style>