Shades of Black Magic #392700
Tints of Black Magic #392700
RGB
CMYK
RGB Variations
Color information
#392700 (or 0x392700) is known color: Black Magic. HEX triplet: 39, 27 and 00. RGB value is (57,39,0). Sum of RGB (Red+Green+Blue) = 57+39+0=96 (12% of max value = 765). Red value is 57 (22.66% from 255 or 59.38% from 96); Green value is 39 (15.62% from 255 or 40.62% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 57 - color contains mainly: red. Hex color #392700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392700 is #C6D8FF. Grayscale: #282828. Windows color (decimal): -13031680 or 10041. OLE color: 10041.
HSL color Cylindrical-coordinate representation of color #392700: hue angle of 41.05º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #392700 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 39 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.78 |
| HSL | 41.05º | 1% | 0.11% | - |
| HSV(B) | 41.05º | 1% | 0.22% | - |
| XYZ | 2.41 | 2.32 | 0.32 | - |
| YUV | 39.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 39 | 0 | 0 | 0.32 | 1 | 0.78 | 41.05 | 1 | 0.11 |
| Hex | 39 | 27 | 0 | 0 | 20 | 64 | 4E | 29 | 64 | B |
| Octal | 71 | 47 | 0 | 0 | 40 | 144 | 116 | 51 | 144 | 13 |
| Binary | 111001 | 100111 | 0 | 0 | 100000 | 1100100 | 1001110 | 101001 | 1100100 | 1011 |
Color Harmonies of #392700
Complementary color
Monochromatic Colors of #392700
Black with #392700
Text Example
Text Example
White with #392700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392700; }
p { color: rgb(57,39,0); }
H1.HeaderClassName
{
color: #392700;
}
.AnyTagClassName
{
color: #392700;
}
</style>
background-color css
<style>
a { background-color: #392700; }
a { background-color: rgb(57,39,0); }
div.DivClassName
{
background-color: #392700;
}
.BgClassName
{
background-color: #392700;
}
</style>
border-color css
<style>
span { border-color: #392700; }
span { border-color: rgb(57,39,0); }
td.TdClassName
{
border-color: #392700;
}
.TagClassName
{
border-color: #392700;
}
</style>