Shades of Black Magic #392C16
Tints of Black Magic #392C16
RGB
CMYK
RGB Variations
Color information
#392C16 (or 0x392C16) is known color: Black Magic. HEX triplet: 39, 2C and 16. RGB value is (57,44,22). Sum of RGB (Red+Green+Blue) = 57+44+22=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 57 - color contains mainly: red. Hex color #392C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392C16 is #C6D3E9. Grayscale: #2D2D2D. Windows color (decimal): -13030378 or 1453113. OLE color: 1453113.
HSL color Cylindrical-coordinate representation of color #392C16: hue angle of 37.71º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #392C16 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 44 | 22 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.78 |
| HSL | 37.71º | 0.44% | 0.15% | - |
| HSV(B) | 37.71º | 0.61% | 0.22% | - |
| XYZ | 2.73 | 2.73 | 1.14 | - |
| YUV | 45.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 22 | 0 | 0.23 | 0.61 | 0.78 | 37.71 | 0.44 | 0.15 |
| Hex | 39 | 2C | 16 | 0 | 17 | 3D | 4E | 26 | 2C | F |
| Octal | 71 | 54 | 26 | 0 | 27 | 75 | 116 | 46 | 54 | 17 |
| Binary | 111001 | 101100 | 10110 | 0 | 10111 | 111101 | 1001110 | 100110 | 101100 | 1111 |
Color Harmonies of #392C16
Complementary color
Monochromatic Colors of #392C16
Black with #392C16
Text Example
Text Example
White with #392C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392C16; }
p { color: rgb(57,44,22); }
H1.HeaderClassName
{
color: #392C16;
}
.AnyTagClassName
{
color: #392C16;
}
</style>
background-color css
<style>
a { background-color: #392C16; }
a { background-color: rgb(57,44,22); }
div.DivClassName
{
background-color: #392C16;
}
.BgClassName
{
background-color: #392C16;
}
</style>
border-color css
<style>
span { border-color: #392C16; }
span { border-color: rgb(57,44,22); }
td.TdClassName
{
border-color: #392C16;
}
.TagClassName
{
border-color: #392C16;
}
</style>