Shades of Black Magic #372B1C
Tints of Black Magic #372B1C
RGB
CMYK
RGB Variations
Color information
#372B1C (or 0x372B1C) is known color: Black Magic. HEX triplet: 37, 2B and 1C. RGB value is (55,43,28). Sum of RGB (Red+Green+Blue) = 55+43+28=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 55 - color contains mainly: red. Hex color #372B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372B1C is #C8D4E3. Grayscale: #2C2C2C. Windows color (decimal): -13161700 or 1846071. OLE color: 1846071.
HSL color Cylindrical-coordinate representation of color #372B1C: hue angle of 33.33º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #372B1C is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 43 | 28 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.78 |
| HSL | 33.33º | 0.33% | 0.16% | - |
| HSV(B) | 33.33º | 0.49% | 0.22% | - |
| XYZ | 2.65 | 2.62 | 1.47 | - |
| YUV | 44.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 43 | 28 | 0 | 0.22 | 0.49 | 0.78 | 33.33 | 0.33 | 0.16 |
| Hex | 37 | 2B | 1C | 0 | 16 | 31 | 4E | 21 | 21 | 10 |
| Octal | 67 | 53 | 34 | 0 | 26 | 61 | 116 | 41 | 41 | 20 |
| Binary | 110111 | 101011 | 11100 | 0 | 10110 | 110001 | 1001110 | 100001 | 100001 | 10000 |
Color Harmonies of #372B1C
Complementary color
Monochromatic Colors of #372B1C
Black with #372B1C
Text Example
Text Example
White with #372B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372B1C; }
p { color: rgb(55,43,28); }
H1.HeaderClassName
{
color: #372B1C;
}
.AnyTagClassName
{
color: #372B1C;
}
</style>
background-color css
<style>
a { background-color: #372B1C; }
a { background-color: rgb(55,43,28); }
div.DivClassName
{
background-color: #372B1C;
}
.BgClassName
{
background-color: #372B1C;
}
</style>
border-color css
<style>
span { border-color: #372B1C; }
span { border-color: rgb(55,43,28); }
td.TdClassName
{
border-color: #372B1C;
}
.TagClassName
{
border-color: #372B1C;
}
</style>