Shades of Black Magic #392D16
Tints of Black Magic #392D16
RGB
CMYK
RGB Variations
Color information
#392D16 (or 0x392D16) is known color: Black Magic. HEX triplet: 39, 2D and 16. RGB value is (57,45,22). Sum of RGB (Red+Green+Blue) = 57+45+22=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 45 (17.97% from 255 or 36.29% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #392D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392D16 is #C6D2E9. Grayscale: #2E2E2E. Windows color (decimal): -13030122 or 1453369. OLE color: 1453369.
HSL color Cylindrical-coordinate representation of color #392D16: hue angle of 39.43º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #392D16 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 45 | 22 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.78 |
| HSL | 39.43º | 0.44% | 0.15% | - |
| HSV(B) | 39.43º | 0.61% | 0.22% | - |
| XYZ | 2.77 | 2.8 | 1.15 | - |
| YUV | 45.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 45 | 22 | 0 | 0.21 | 0.61 | 0.78 | 39.43 | 0.44 | 0.15 |
| Hex | 39 | 2D | 16 | 0 | 15 | 3D | 4E | 27 | 2C | F |
| Octal | 71 | 55 | 26 | 0 | 25 | 75 | 116 | 47 | 54 | 17 |
| Binary | 111001 | 101101 | 10110 | 0 | 10101 | 111101 | 1001110 | 100111 | 101100 | 1111 |
Color Harmonies of #392D16
Complementary color
Monochromatic Colors of #392D16
Black with #392D16
Text Example
Text Example
White with #392D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392D16; }
p { color: rgb(57,45,22); }
H1.HeaderClassName
{
color: #392D16;
}
.AnyTagClassName
{
color: #392D16;
}
</style>
background-color css
<style>
a { background-color: #392D16; }
a { background-color: rgb(57,45,22); }
div.DivClassName
{
background-color: #392D16;
}
.BgClassName
{
background-color: #392D16;
}
</style>
border-color css
<style>
span { border-color: #392D16; }
span { border-color: rgb(57,45,22); }
td.TdClassName
{
border-color: #392D16;
}
.TagClassName
{
border-color: #392D16;
}
</style>