Shades of Black Magic #392D13
Tints of Black Magic #392D13
RGB
CMYK
RGB Variations
Color information
#392D13 (or 0x392D13) is known color: Black Magic. HEX triplet: 39, 2D and 13. RGB value is (57,45,19). Sum of RGB (Red+Green+Blue) = 57+45+19=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 45 (17.97% from 255 or 37.19% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 57 - color contains mainly: red. Hex color #392D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392D13 is #C6D2EC. Grayscale: #2D2D2D. Windows color (decimal): -13030125 or 1256761. OLE color: 1256761.
HSL color Cylindrical-coordinate representation of color #392D13: hue angle of 41.05º 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 #392D13 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 45 | 19 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.78 |
| HSL | 41.05º | 0.5% | 0.15% | - |
| HSV(B) | 41.05º | 0.67% | 0.22% | - |
| XYZ | 2.74 | 2.79 | 1.01 | - |
| YUV | 45.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 45 | 19 | 0 | 0.21 | 0.67 | 0.78 | 41.05 | 0.5 | 0.15 |
| Hex | 39 | 2D | 13 | 0 | 15 | 43 | 4E | 29 | 32 | F |
| Octal | 71 | 55 | 23 | 0 | 25 | 103 | 116 | 51 | 62 | 17 |
| Binary | 111001 | 101101 | 10011 | 0 | 10101 | 1000011 | 1001110 | 101001 | 110010 | 1111 |
Color Harmonies of #392D13
Complementary color
Monochromatic Colors of #392D13
Black with #392D13
Text Example
Text Example
White with #392D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392D13; }
p { color: rgb(57,45,19); }
H1.HeaderClassName
{
color: #392D13;
}
.AnyTagClassName
{
color: #392D13;
}
</style>
background-color css
<style>
a { background-color: #392D13; }
a { background-color: rgb(57,45,19); }
div.DivClassName
{
background-color: #392D13;
}
.BgClassName
{
background-color: #392D13;
}
</style>
border-color css
<style>
span { border-color: #392D13; }
span { border-color: rgb(57,45,19); }
td.TdClassName
{
border-color: #392D13;
}
.TagClassName
{
border-color: #392D13;
}
</style>