Shades of Black Magic #372F1F
Tints of Black Magic #372F1F
RGB
CMYK
RGB Variations
Color information
#372F1F (or 0x372F1F) is known color: Black Magic. HEX triplet: 37, 2F and 1F. RGB value is (55,47,31). Sum of RGB (Red+Green+Blue) = 55+47+31=133 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.35% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 55 - color contains mainly: red. Hex color #372F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F1F is #C8D0E0. Grayscale: #2F2F2F. Windows color (decimal): -13160673 or 2043703. OLE color: 2043703.
HSL color Cylindrical-coordinate representation of color #372F1F: hue angle of 40º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #372F1F is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 47 | 31 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.78 |
| HSL | 40º | 0.28% | 0.17% | - |
| HSV(B) | 40º | 0.44% | 0.22% | - |
| XYZ | 2.84 | 2.94 | 1.71 | - |
| YUV | 47.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 31 | 0 | 0.15 | 0.44 | 0.78 | 40 | 0.28 | 0.17 |
| Hex | 37 | 2F | 1F | 0 | F | 2C | 4E | 28 | 1C | 11 |
| Octal | 67 | 57 | 37 | 0 | 17 | 54 | 116 | 50 | 34 | 21 |
| Binary | 110111 | 101111 | 11111 | 0 | 1111 | 101100 | 1001110 | 101000 | 11100 | 10001 |
Color Harmonies of #372F1F
Complementary color
Monochromatic Colors of #372F1F
Black with #372F1F
Text Example
Text Example
White with #372F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372F1F; }
p { color: rgb(55,47,31); }
H1.HeaderClassName
{
color: #372F1F;
}
.AnyTagClassName
{
color: #372F1F;
}
</style>
background-color css
<style>
a { background-color: #372F1F; }
a { background-color: rgb(55,47,31); }
div.DivClassName
{
background-color: #372F1F;
}
.BgClassName
{
background-color: #372F1F;
}
</style>
border-color css
<style>
span { border-color: #372F1F; }
span { border-color: rgb(55,47,31); }
td.TdClassName
{
border-color: #372F1F;
}
.TagClassName
{
border-color: #372F1F;
}
</style>