Shades of Black Magic #392D0D
Tints of Black Magic #392D0D
RGB
CMYK
RGB Variations
Color information
#392D0D (or 0x392D0D) is known color: Black Magic. HEX triplet: 39, 2D and 0D. RGB value is (57,45,13). Sum of RGB (Red+Green+Blue) = 57+45+13=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 45 (17.97% from 255 or 39.13% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #392D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392D0D is #C6D2F2. Grayscale: #2D2D2D. Windows color (decimal): -13030131 or 863545. OLE color: 863545.
HSL color Cylindrical-coordinate representation of color #392D0D: hue angle of 43.64º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #392D0D is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 45 | 13 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.78 |
| HSL | 43.64º | 0.63% | 0.14% | - |
| HSV(B) | 43.64º | 0.77% | 0.22% | - |
| XYZ | 2.7 | 2.78 | 0.77 | - |
| YUV | 44.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 45 | 13 | 0 | 0.21 | 0.77 | 0.78 | 43.64 | 0.63 | 0.14 |
| Hex | 39 | 2D | D | 0 | 15 | 4D | 4E | 2C | 3F | E |
| Octal | 71 | 55 | 15 | 0 | 25 | 115 | 116 | 54 | 77 | 16 |
| Binary | 111001 | 101101 | 1101 | 0 | 10101 | 1001101 | 1001110 | 101100 | 111111 | 1110 |
Color Harmonies of #392D0D
Complementary color
Monochromatic Colors of #392D0D
Black with #392D0D
Text Example
Text Example
White with #392D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392D0D; }
p { color: rgb(57,45,13); }
H1.HeaderClassName
{
color: #392D0D;
}
.AnyTagClassName
{
color: #392D0D;
}
</style>
background-color css
<style>
a { background-color: #392D0D; }
a { background-color: rgb(57,45,13); }
div.DivClassName
{
background-color: #392D0D;
}
.BgClassName
{
background-color: #392D0D;
}
</style>
border-color css
<style>
span { border-color: #392D0D; }
span { border-color: rgb(57,45,13); }
td.TdClassName
{
border-color: #392D0D;
}
.TagClassName
{
border-color: #392D0D;
}
</style>