Shades of Black Magic #392C13
Tints of Black Magic #392C13
RGB
CMYK
RGB Variations
Color information
#392C13 (or 0x392C13) is known color: Black Magic. HEX triplet: 39, 2C and 13. RGB value is (57,44,19). Sum of RGB (Red+Green+Blue) = 57+44+19=120 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.5% from 120); Green value is 44 (17.58% from 255 or 36.67% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 57 - color contains mainly: red. Hex color #392C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392C13 is #C6D3EC. Grayscale: #2D2D2D. Windows color (decimal): -13030381 or 1256505. OLE color: 1256505.
HSL color Cylindrical-coordinate representation of color #392C13: hue angle of 39.47º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #392C13 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 44 | 19 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.78 |
| HSL | 39.47º | 0.5% | 0.15% | - |
| HSV(B) | 39.47º | 0.67% | 0.22% | - |
| XYZ | 2.71 | 2.72 | 1 | - |
| YUV | 45.04 | 113.31 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 19 | 0 | 0.23 | 0.67 | 0.78 | 39.47 | 0.5 | 0.15 |
| Hex | 39 | 2C | 13 | 0 | 17 | 43 | 4E | 27 | 32 | F |
| Octal | 71 | 54 | 23 | 0 | 27 | 103 | 116 | 47 | 62 | 17 |
| Binary | 111001 | 101100 | 10011 | 0 | 10111 | 1000011 | 1001110 | 100111 | 110010 | 1111 |
Color Harmonies of #392C13
Complementary color
Monochromatic Colors of #392C13
Black with #392C13
Text Example
Text Example
White with #392C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392C13; }
p { color: rgb(57,44,19); }
H1.HeaderClassName
{
color: #392C13;
}
.AnyTagClassName
{
color: #392C13;
}
</style>
background-color css
<style>
a { background-color: #392C13; }
a { background-color: rgb(57,44,19); }
div.DivClassName
{
background-color: #392C13;
}
.BgClassName
{
background-color: #392C13;
}
</style>
border-color css
<style>
span { border-color: #392C13; }
span { border-color: rgb(57,44,19); }
td.TdClassName
{
border-color: #392C13;
}
.TagClassName
{
border-color: #392C13;
}
</style>