Shades of Black Magic #392A08
Tints of Black Magic #392A08
RGB
CMYK
RGB Variations
Color information
#392A08 (or 0x392A08) is known color: Black Magic. HEX triplet: 39, 2A and 08. RGB value is (57,42,8). Sum of RGB (Red+Green+Blue) = 57+42+8=107 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.27% from 107); Green value is 42 (16.80% from 255 or 39.25% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 57 - color contains mainly: red. Hex color #392A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392A08 is #C6D5F7. Grayscale: #2A2A2A. Windows color (decimal): -13030904 or 535097. OLE color: 535097.
HSL color Cylindrical-coordinate representation of color #392A08: hue angle of 41.63º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #392A08 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 42 | 8 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.78 |
| HSL | 41.63º | 0.75% | 0.13% | - |
| HSV(B) | 41.63º | 0.86% | 0.22% | - |
| XYZ | 2.56 | 2.54 | 0.59 | - |
| YUV | 42.61 | 108.47 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 42 | 8 | 0 | 0.26 | 0.86 | 0.78 | 41.63 | 0.75 | 0.13 |
| Hex | 39 | 2A | 8 | 0 | 1A | 56 | 4E | 2A | 4B | D |
| Octal | 71 | 52 | 10 | 0 | 32 | 126 | 116 | 52 | 113 | 15 |
| Binary | 111001 | 101010 | 1000 | 0 | 11010 | 1010110 | 1001110 | 101010 | 1001011 | 1101 |
Color Harmonies of #392A08
Complementary color
Monochromatic Colors of #392A08
Black with #392A08
Text Example
Text Example
White with #392A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392A08; }
p { color: rgb(57,42,8); }
H1.HeaderClassName
{
color: #392A08;
}
.AnyTagClassName
{
color: #392A08;
}
</style>
background-color css
<style>
a { background-color: #392A08; }
a { background-color: rgb(57,42,8); }
div.DivClassName
{
background-color: #392A08;
}
.BgClassName
{
background-color: #392A08;
}
</style>
border-color css
<style>
span { border-color: #392A08; }
span { border-color: rgb(57,42,8); }
td.TdClassName
{
border-color: #392A08;
}
.TagClassName
{
border-color: #392A08;
}
</style>