Shades of Black Magic #392D15
Tints of Black Magic #392D15
RGB
CMYK
RGB Variations
Color information
#392D15 (or 0x392D15) is known color: Black Magic. HEX triplet: 39, 2D and 15. RGB value is (57,45,21). Sum of RGB (Red+Green+Blue) = 57+45+21=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 57 - color contains mainly: red. Hex color #392D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392D15 is #C6D2EA. Grayscale: #2D2D2D. Windows color (decimal): -13030123 or 1387833. OLE color: 1387833.
HSL color Cylindrical-coordinate representation of color #392D15: hue angle of 40º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #392D15 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 45 | 21 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.78 |
| HSL | 40º | 0.46% | 0.15% | - |
| HSV(B) | 40º | 0.63% | 0.22% | - |
| XYZ | 2.76 | 2.8 | 1.1 | - |
| YUV | 45.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 45 | 21 | 0 | 0.21 | 0.63 | 0.78 | 40 | 0.46 | 0.15 |
| Hex | 39 | 2D | 15 | 0 | 15 | 3F | 4E | 28 | 2E | F |
| Octal | 71 | 55 | 25 | 0 | 25 | 77 | 116 | 50 | 56 | 17 |
| Binary | 111001 | 101101 | 10101 | 0 | 10101 | 111111 | 1001110 | 101000 | 101110 | 1111 |
Color Harmonies of #392D15
Complementary color
Monochromatic Colors of #392D15
Black with #392D15
Text Example
Text Example
White with #392D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392D15; }
p { color: rgb(57,45,21); }
H1.HeaderClassName
{
color: #392D15;
}
.AnyTagClassName
{
color: #392D15;
}
</style>
background-color css
<style>
a { background-color: #392D15; }
a { background-color: rgb(57,45,21); }
div.DivClassName
{
background-color: #392D15;
}
.BgClassName
{
background-color: #392D15;
}
</style>
border-color css
<style>
span { border-color: #392D15; }
span { border-color: rgb(57,45,21); }
td.TdClassName
{
border-color: #392D15;
}
.TagClassName
{
border-color: #392D15;
}
</style>