Shades of Black Magic #39280D
Tints of Black Magic #39280D
RGB
CMYK
RGB Variations
Color information
#39280D (or 0x39280D) is known color: Black Magic. HEX triplet: 39, 28 and 0D. RGB value is (57,40,13). Sum of RGB (Red+Green+Blue) = 57+40+13=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #39280D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39280D is #C6D7F2. Grayscale: #2A2A2A. Windows color (decimal): -13031411 or 862265. OLE color: 862265.
HSL color Cylindrical-coordinate representation of color #39280D: hue angle of 36.82º 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 #39280D is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 40 | 13 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.78 |
| HSL | 36.82º | 0.63% | 0.14% | - |
| HSV(B) | 36.82º | 0.77% | 0.22% | - |
| XYZ | 2.52 | 2.42 | 0.71 | - |
| YUV | 42.01 | 111.63 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 13 | 0 | 0.30 | 0.77 | 0.78 | 36.82 | 0.63 | 0.14 |
| Hex | 39 | 28 | D | 0 | 1E | 4D | 4E | 25 | 3F | E |
| Octal | 71 | 50 | 15 | 0 | 36 | 115 | 116 | 45 | 77 | 16 |
| Binary | 111001 | 101000 | 1101 | 0 | 11110 | 1001101 | 1001110 | 100101 | 111111 | 1110 |
Color Harmonies of #39280D
Complementary color
Monochromatic Colors of #39280D
Black with #39280D
Text Example
Text Example
White with #39280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39280D; }
p { color: rgb(57,40,13); }
H1.HeaderClassName
{
color: #39280D;
}
.AnyTagClassName
{
color: #39280D;
}
</style>
background-color css
<style>
a { background-color: #39280D; }
a { background-color: rgb(57,40,13); }
div.DivClassName
{
background-color: #39280D;
}
.BgClassName
{
background-color: #39280D;
}
</style>
border-color css
<style>
span { border-color: #39280D; }
span { border-color: rgb(57,40,13); }
td.TdClassName
{
border-color: #39280D;
}
.TagClassName
{
border-color: #39280D;
}
</style>