Shades of Black Magic #372A17
Tints of Black Magic #372A17
RGB
CMYK
RGB Variations
Color information
#372A17 (or 0x372A17) is known color: Black Magic. HEX triplet: 37, 2A and 17. RGB value is (55,42,23). Sum of RGB (Red+Green+Blue) = 55+42+23=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 42 (16.80% from 255 or 35% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 55 - color contains mainly: red. Hex color #372A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372A17 is #C8D5E8. Grayscale: #2B2B2B. Windows color (decimal): -13161961 or 1518135. OLE color: 1518135.
HSL color Cylindrical-coordinate representation of color #372A17: hue angle of 35.62º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #372A17 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 42 | 23 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.78 |
| HSL | 35.63º | 0.41% | 0.15% | - |
| HSV(B) | 35.63º | 0.58% | 0.22% | - |
| XYZ | 2.56 | 2.53 | 1.16 | - |
| YUV | 43.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 42 | 23 | 0 | 0.24 | 0.58 | 0.78 | 35.63 | 0.41 | 0.15 |
| Hex | 37 | 2A | 17 | 0 | 18 | 3A | 4E | 24 | 29 | F |
| Octal | 67 | 52 | 27 | 0 | 30 | 72 | 116 | 44 | 51 | 17 |
| Binary | 110111 | 101010 | 10111 | 0 | 11000 | 111010 | 1001110 | 100100 | 101001 | 1111 |
Color Harmonies of #372A17
Complementary color
Monochromatic Colors of #372A17
Black with #372A17
Text Example
Text Example
White with #372A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372A17; }
p { color: rgb(55,42,23); }
H1.HeaderClassName
{
color: #372A17;
}
.AnyTagClassName
{
color: #372A17;
}
</style>
background-color css
<style>
a { background-color: #372A17; }
a { background-color: rgb(55,42,23); }
div.DivClassName
{
background-color: #372A17;
}
.BgClassName
{
background-color: #372A17;
}
</style>
border-color css
<style>
span { border-color: #372A17; }
span { border-color: rgb(55,42,23); }
td.TdClassName
{
border-color: #372A17;
}
.TagClassName
{
border-color: #372A17;
}
</style>