Shades of Black Magic #39290F
Tints of Black Magic #39290F
RGB
CMYK
RGB Variations
Color information
#39290F (or 0x39290F) is known color: Black Magic. HEX triplet: 39, 29 and 0F. RGB value is (57,41,15). Sum of RGB (Red+Green+Blue) = 57+41+15=113 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.44% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 57 - color contains mainly: red. Hex color #39290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39290F is #C6D6F0. Grayscale: #2A2A2A. Windows color (decimal): -13031153 or 993593. OLE color: 993593.
HSL color Cylindrical-coordinate representation of color #39290F: hue angle of 37.14º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39290F is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 41 | 15 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.78 |
| HSL | 37.14º | 0.58% | 0.14% | - |
| HSV(B) | 37.14º | 0.74% | 0.22% | - |
| XYZ | 2.57 | 2.49 | 0.8 | - |
| YUV | 42.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 41 | 15 | 0 | 0.28 | 0.74 | 0.78 | 37.14 | 0.58 | 0.14 |
| Hex | 39 | 29 | F | 0 | 1C | 4A | 4E | 25 | 3A | E |
| Octal | 71 | 51 | 17 | 0 | 34 | 112 | 116 | 45 | 72 | 16 |
| Binary | 111001 | 101001 | 1111 | 0 | 11100 | 1001010 | 1001110 | 100101 | 111010 | 1110 |
Color Harmonies of #39290F
Complementary color
Monochromatic Colors of #39290F
Black with #39290F
Text Example
Text Example
White with #39290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39290F; }
p { color: rgb(57,41,15); }
H1.HeaderClassName
{
color: #39290F;
}
.AnyTagClassName
{
color: #39290F;
}
</style>
background-color css
<style>
a { background-color: #39290F; }
a { background-color: rgb(57,41,15); }
div.DivClassName
{
background-color: #39290F;
}
.BgClassName
{
background-color: #39290F;
}
</style>
border-color css
<style>
span { border-color: #39290F; }
span { border-color: rgb(57,41,15); }
td.TdClassName
{
border-color: #39290F;
}
.TagClassName
{
border-color: #39290F;
}
</style>