Shades of Black Magic #39290D
Tints of Black Magic #39290D
RGB
CMYK
RGB Variations
Color information
#39290D (or 0x39290D) is known color: Black Magic. HEX triplet: 39, 29 and 0D. RGB value is (57,41,13). Sum of RGB (Red+Green+Blue) = 57+41+13=111 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.35% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 57 - color contains mainly: red. Hex color #39290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39290D is #C6D6F2. Grayscale: #2A2A2A. Windows color (decimal): -13031155 or 862521. OLE color: 862521.
HSL color Cylindrical-coordinate representation of color #39290D: hue angle of 38.18º 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 #39290D is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 41 | 13 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.78 |
| HSL | 38.18º | 0.63% | 0.14% | - |
| HSV(B) | 38.18º | 0.77% | 0.22% | - |
| XYZ | 2.55 | 2.48 | 0.73 | - |
| YUV | 42.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 41 | 13 | 0 | 0.28 | 0.77 | 0.78 | 38.18 | 0.63 | 0.14 |
| Hex | 39 | 29 | D | 0 | 1C | 4D | 4E | 26 | 3F | E |
| Octal | 71 | 51 | 15 | 0 | 34 | 115 | 116 | 46 | 77 | 16 |
| Binary | 111001 | 101001 | 1101 | 0 | 11100 | 1001101 | 1001110 | 100110 | 111111 | 1110 |
Color Harmonies of #39290D
Complementary color
Monochromatic Colors of #39290D
Black with #39290D
Text Example
Text Example
White with #39290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39290D; }
p { color: rgb(57,41,13); }
H1.HeaderClassName
{
color: #39290D;
}
.AnyTagClassName
{
color: #39290D;
}
</style>
background-color css
<style>
a { background-color: #39290D; }
a { background-color: rgb(57,41,13); }
div.DivClassName
{
background-color: #39290D;
}
.BgClassName
{
background-color: #39290D;
}
</style>
border-color css
<style>
span { border-color: #39290D; }
span { border-color: rgb(57,41,13); }
td.TdClassName
{
border-color: #39290D;
}
.TagClassName
{
border-color: #39290D;
}
</style>