Shades of Black Magic #39290B
Tints of Black Magic #39290B
RGB
CMYK
RGB Variations
Color information
#39290B (or 0x39290B) is known color: Black Magic. HEX triplet: 39, 29 and 0B. RGB value is (57,41,11). Sum of RGB (Red+Green+Blue) = 57+41+11=109 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.29% from 109); Green value is 41 (16.41% from 255 or 37.61% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 57 - color contains mainly: red. Hex color #39290B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39290B is #C6D6F4. Grayscale: #2A2A2A. Windows color (decimal): -13031157 or 731449. OLE color: 731449.
HSL color Cylindrical-coordinate representation of color #39290B: hue angle of 39.13º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #39290B is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 41 | 11 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.78 |
| HSL | 39.13º | 0.68% | 0.13% | - |
| HSV(B) | 39.13º | 0.81% | 0.22% | - |
| XYZ | 2.54 | 2.48 | 0.66 | - |
| YUV | 42.36 | 110.3 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 41 | 11 | 0 | 0.28 | 0.81 | 0.78 | 39.13 | 0.68 | 0.13 |
| Hex | 39 | 29 | B | 0 | 1C | 51 | 4E | 27 | 44 | D |
| Octal | 71 | 51 | 13 | 0 | 34 | 121 | 116 | 47 | 104 | 15 |
| Binary | 111001 | 101001 | 1011 | 0 | 11100 | 1010001 | 1001110 | 100111 | 1000100 | 1101 |
Color Harmonies of #39290B
Complementary color
Monochromatic Colors of #39290B
Black with #39290B
Text Example
Text Example
White with #39290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39290B; }
p { color: rgb(57,41,11); }
H1.HeaderClassName
{
color: #39290B;
}
.AnyTagClassName
{
color: #39290B;
}
</style>
background-color css
<style>
a { background-color: #39290B; }
a { background-color: rgb(57,41,11); }
div.DivClassName
{
background-color: #39290B;
}
.BgClassName
{
background-color: #39290B;
}
</style>
border-color css
<style>
span { border-color: #39290B; }
span { border-color: rgb(57,41,11); }
td.TdClassName
{
border-color: #39290B;
}
.TagClassName
{
border-color: #39290B;
}
</style>