Shades of Black Magic #372A13
Tints of Black Magic #372A13
RGB
CMYK
RGB Variations
Color information
#372A13 (or 0x372A13) is known color: Black Magic. HEX triplet: 37, 2A and 13. RGB value is (55,42,19). Sum of RGB (Red+Green+Blue) = 55+42+19=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 55 - color contains mainly: red. Hex color #372A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372A13 is #C8D5EC. Grayscale: #2B2B2B. Windows color (decimal): -13161965 or 1255991. OLE color: 1255991.
HSL color Cylindrical-coordinate representation of color #372A13: hue angle of 38.33º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #372A13 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 42 | 19 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.78 |
| HSL | 38.33º | 0.49% | 0.15% | - |
| HSV(B) | 38.33º | 0.65% | 0.22% | - |
| XYZ | 2.52 | 2.52 | 0.97 | - |
| YUV | 43.27 | 114.31 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 42 | 19 | 0 | 0.24 | 0.65 | 0.78 | 38.33 | 0.49 | 0.15 |
| Hex | 37 | 2A | 13 | 0 | 18 | 41 | 4E | 26 | 31 | F |
| Octal | 67 | 52 | 23 | 0 | 30 | 101 | 116 | 46 | 61 | 17 |
| Binary | 110111 | 101010 | 10011 | 0 | 11000 | 1000001 | 1001110 | 100110 | 110001 | 1111 |
Color Harmonies of #372A13
Complementary color
Monochromatic Colors of #372A13
Black with #372A13
Text Example
Text Example
White with #372A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372A13; }
p { color: rgb(55,42,19); }
H1.HeaderClassName
{
color: #372A13;
}
.AnyTagClassName
{
color: #372A13;
}
</style>
background-color css
<style>
a { background-color: #372A13; }
a { background-color: rgb(55,42,19); }
div.DivClassName
{
background-color: #372A13;
}
.BgClassName
{
background-color: #372A13;
}
</style>
border-color css
<style>
span { border-color: #372A13; }
span { border-color: rgb(55,42,19); }
td.TdClassName
{
border-color: #372A13;
}
.TagClassName
{
border-color: #372A13;
}
</style>