Shades of Black Magic #39280E
Tints of Black Magic #39280E
RGB
CMYK
RGB Variations
Color information
#39280E (or 0x39280E) is known color: Black Magic. HEX triplet: 39, 28 and 0E. RGB value is (57,40,14). Sum of RGB (Red+Green+Blue) = 57+40+14=111 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.35% from 111); Green value is 40 (16.02% from 255 or 36.04% from 111); Blue value is 14 (5.86% from 255 or 12.61% from 111); Max value from RGB is 57 - color contains mainly: red. Hex color #39280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39280E is #C6D7F1. Grayscale: #2A2A2A. Windows color (decimal): -13031410 or 927801. OLE color: 927801.
HSL color Cylindrical-coordinate representation of color #39280E: hue angle of 36.28º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39280E is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 40 | 14 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.78 |
| HSL | 36.28º | 0.61% | 0.14% | - |
| HSV(B) | 36.28º | 0.75% | 0.22% | - |
| XYZ | 2.53 | 2.42 | 0.75 | - |
| YUV | 42.12 | 112.13 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 14 | 0 | 0.30 | 0.75 | 0.78 | 36.28 | 0.61 | 0.14 |
| Hex | 39 | 28 | E | 0 | 1E | 4B | 4E | 24 | 3D | E |
| Octal | 71 | 50 | 16 | 0 | 36 | 113 | 116 | 44 | 75 | 16 |
| Binary | 111001 | 101000 | 1110 | 0 | 11110 | 1001011 | 1001110 | 100100 | 111101 | 1110 |
Color Harmonies of #39280E
Complementary color
Monochromatic Colors of #39280E
Black with #39280E
Text Example
Text Example
White with #39280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39280E; }
p { color: rgb(57,40,14); }
H1.HeaderClassName
{
color: #39280E;
}
.AnyTagClassName
{
color: #39280E;
}
</style>
background-color css
<style>
a { background-color: #39280E; }
a { background-color: rgb(57,40,14); }
div.DivClassName
{
background-color: #39280E;
}
.BgClassName
{
background-color: #39280E;
}
</style>
border-color css
<style>
span { border-color: #39280E; }
span { border-color: rgb(57,40,14); }
td.TdClassName
{
border-color: #39280E;
}
.TagClassName
{
border-color: #39280E;
}
</style>