Shades of Black Magic #392D14
Tints of Black Magic #392D14
RGB
CMYK
RGB Variations
Color information
#392D14 (or 0x392D14) is known color: Black Magic. HEX triplet: 39, 2D and 14. RGB value is (57,45,20). Sum of RGB (Red+Green+Blue) = 57+45+20=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 45 (17.97% from 255 or 36.89% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 57 - color contains mainly: red. Hex color #392D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392D14 is #C6D2EB. Grayscale: #2D2D2D. Windows color (decimal): -13030124 or 1322297. OLE color: 1322297.
HSL color Cylindrical-coordinate representation of color #392D14: hue angle of 40.54º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #392D14 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 45 | 20 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.78 |
| HSL | 40.54º | 0.48% | 0.15% | - |
| HSV(B) | 40.54º | 0.65% | 0.22% | - |
| XYZ | 2.75 | 2.8 | 1.06 | - |
| YUV | 45.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 45 | 20 | 0 | 0.21 | 0.65 | 0.78 | 40.54 | 0.48 | 0.15 |
| Hex | 39 | 2D | 14 | 0 | 15 | 41 | 4E | 29 | 30 | F |
| Octal | 71 | 55 | 24 | 0 | 25 | 101 | 116 | 51 | 60 | 17 |
| Binary | 111001 | 101101 | 10100 | 0 | 10101 | 1000001 | 1001110 | 101001 | 110000 | 1111 |
Color Harmonies of #392D14
Complementary color
Monochromatic Colors of #392D14
Black with #392D14
Text Example
Text Example
White with #392D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392D14; }
p { color: rgb(57,45,20); }
H1.HeaderClassName
{
color: #392D14;
}
.AnyTagClassName
{
color: #392D14;
}
</style>
background-color css
<style>
a { background-color: #392D14; }
a { background-color: rgb(57,45,20); }
div.DivClassName
{
background-color: #392D14;
}
.BgClassName
{
background-color: #392D14;
}
</style>
border-color css
<style>
span { border-color: #392D14; }
span { border-color: rgb(57,45,20); }
td.TdClassName
{
border-color: #392D14;
}
.TagClassName
{
border-color: #392D14;
}
</style>