Shades of Black Magic #39280C
Tints of Black Magic #39280C
RGB
CMYK
RGB Variations
Color information
#39280C (or 0x39280C) is known color: Black Magic. HEX triplet: 39, 28 and 0C. RGB value is (57,40,12). Sum of RGB (Red+Green+Blue) = 57+40+12=109 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.29% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 57 - color contains mainly: red. Hex color #39280C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39280C is #C6D7F3. Grayscale: #2A2A2A. Windows color (decimal): -13031412 or 796729. OLE color: 796729.
HSL color Cylindrical-coordinate representation of color #39280C: hue angle of 37.33º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #39280C is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 40 | 12 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.78 |
| HSL | 37.33º | 0.65% | 0.14% | - |
| HSV(B) | 37.33º | 0.79% | 0.22% | - |
| XYZ | 2.51 | 2.41 | 0.68 | - |
| YUV | 41.89 | 111.13 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 12 | 0 | 0.30 | 0.79 | 0.78 | 37.33 | 0.65 | 0.14 |
| Hex | 39 | 28 | C | 0 | 1E | 4F | 4E | 25 | 41 | E |
| Octal | 71 | 50 | 14 | 0 | 36 | 117 | 116 | 45 | 101 | 16 |
| Binary | 111001 | 101000 | 1100 | 0 | 11110 | 1001111 | 1001110 | 100101 | 1000001 | 1110 |
Color Harmonies of #39280C
Complementary color
Monochromatic Colors of #39280C
Black with #39280C
Text Example
Text Example
White with #39280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39280C; }
p { color: rgb(57,40,12); }
H1.HeaderClassName
{
color: #39280C;
}
.AnyTagClassName
{
color: #39280C;
}
</style>
background-color css
<style>
a { background-color: #39280C; }
a { background-color: rgb(57,40,12); }
div.DivClassName
{
background-color: #39280C;
}
.BgClassName
{
background-color: #39280C;
}
</style>
border-color css
<style>
span { border-color: #39280C; }
span { border-color: rgb(57,40,12); }
td.TdClassName
{
border-color: #39280C;
}
.TagClassName
{
border-color: #39280C;
}
</style>