Shades of Black Magic #392A0C
Tints of Black Magic #392A0C
RGB
CMYK
RGB Variations
Color information
#392A0C (or 0x392A0C) is known color: Black Magic. HEX triplet: 39, 2A and 0C. RGB value is (57,42,12). Sum of RGB (Red+Green+Blue) = 57+42+12=111 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.35% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 57 - color contains mainly: red. Hex color #392A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392A0C is #C6D5F3. Grayscale: #2B2B2B. Windows color (decimal): -13030900 or 797241. OLE color: 797241.
HSL color Cylindrical-coordinate representation of color #392A0C: hue angle of 40º 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 #392A0C is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 42 | 12 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.78 |
| HSL | 40º | 0.65% | 0.14% | - |
| HSV(B) | 40º | 0.79% | 0.22% | - |
| XYZ | 2.58 | 2.55 | 0.7 | - |
| YUV | 43.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 42 | 12 | 0 | 0.26 | 0.79 | 0.78 | 40 | 0.65 | 0.14 |
| Hex | 39 | 2A | C | 0 | 1A | 4F | 4E | 28 | 41 | E |
| Octal | 71 | 52 | 14 | 0 | 32 | 117 | 116 | 50 | 101 | 16 |
| Binary | 111001 | 101010 | 1100 | 0 | 11010 | 1001111 | 1001110 | 101000 | 1000001 | 1110 |
Color Harmonies of #392A0C
Complementary color
Monochromatic Colors of #392A0C
Black with #392A0C
Text Example
Text Example
White with #392A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392A0C; }
p { color: rgb(57,42,12); }
H1.HeaderClassName
{
color: #392A0C;
}
.AnyTagClassName
{
color: #392A0C;
}
</style>
background-color css
<style>
a { background-color: #392A0C; }
a { background-color: rgb(57,42,12); }
div.DivClassName
{
background-color: #392A0C;
}
.BgClassName
{
background-color: #392A0C;
}
</style>
border-color css
<style>
span { border-color: #392A0C; }
span { border-color: rgb(57,42,12); }
td.TdClassName
{
border-color: #392A0C;
}
.TagClassName
{
border-color: #392A0C;
}
</style>