Shades of Black Magic #392C06
Tints of Black Magic #392C06
RGB
CMYK
RGB Variations
Color information
#392C06 (or 0x392C06) is known color: Black Magic. HEX triplet: 39, 2C and 06. RGB value is (57,44,6). Sum of RGB (Red+Green+Blue) = 57+44+6=107 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.27% from 107); Green value is 44 (17.58% from 255 or 41.12% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 57 - color contains mainly: red. Hex color #392C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392C06 is #C6D3F9. Grayscale: #2B2B2B. Windows color (decimal): -13030394 or 404537. OLE color: 404537.
HSL color Cylindrical-coordinate representation of color #392C06: hue angle of 44.71º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #392C06 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 44 | 6 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.78 |
| HSL | 44.71º | 0.81% | 0.12% | - |
| HSV(B) | 44.71º | 0.89% | 0.22% | - |
| XYZ | 2.62 | 2.68 | 0.55 | - |
| YUV | 43.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 6 | 0 | 0.23 | 0.89 | 0.78 | 44.71 | 0.81 | 0.12 |
| Hex | 39 | 2C | 6 | 0 | 17 | 59 | 4E | 2D | 51 | C |
| Octal | 71 | 54 | 6 | 0 | 27 | 131 | 116 | 55 | 121 | 14 |
| Binary | 111001 | 101100 | 110 | 0 | 10111 | 1011001 | 1001110 | 101101 | 1010001 | 1100 |
Color Harmonies of #392C06
Complementary color
Monochromatic Colors of #392C06
Black with #392C06
Text Example
Text Example
White with #392C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392C06; }
p { color: rgb(57,44,6); }
H1.HeaderClassName
{
color: #392C06;
}
.AnyTagClassName
{
color: #392C06;
}
</style>
background-color css
<style>
a { background-color: #392C06; }
a { background-color: rgb(57,44,6); }
div.DivClassName
{
background-color: #392C06;
}
.BgClassName
{
background-color: #392C06;
}
</style>
border-color css
<style>
span { border-color: #392C06; }
span { border-color: rgb(57,44,6); }
td.TdClassName
{
border-color: #392C06;
}
.TagClassName
{
border-color: #392C06;
}
</style>