Shades of Black Magic #392C0F
Tints of Black Magic #392C0F
RGB
CMYK
RGB Variations
Color information
#392C0F (or 0x392C0F) is known color: Black Magic. HEX triplet: 39, 2C and 0F. RGB value is (57,44,15). Sum of RGB (Red+Green+Blue) = 57+44+15=116 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.14% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 57 - color contains mainly: red. Hex color #392C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392C0F is #C6D3F0. Grayscale: #2C2C2C. Windows color (decimal): -13030385 or 994361. OLE color: 994361.
HSL color Cylindrical-coordinate representation of color #392C0F: hue angle of 41.43º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #392C0F is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 44 | 15 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.78 |
| HSL | 41.43º | 0.58% | 0.14% | - |
| HSV(B) | 41.43º | 0.74% | 0.22% | - |
| XYZ | 2.67 | 2.71 | 0.83 | - |
| YUV | 44.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 15 | 0 | 0.23 | 0.74 | 0.78 | 41.43 | 0.58 | 0.14 |
| Hex | 39 | 2C | F | 0 | 17 | 4A | 4E | 29 | 3A | E |
| Octal | 71 | 54 | 17 | 0 | 27 | 112 | 116 | 51 | 72 | 16 |
| Binary | 111001 | 101100 | 1111 | 0 | 10111 | 1001010 | 1001110 | 101001 | 111010 | 1110 |
Color Harmonies of #392C0F
Complementary color
Monochromatic Colors of #392C0F
Black with #392C0F
Text Example
Text Example
White with #392C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392C0F; }
p { color: rgb(57,44,15); }
H1.HeaderClassName
{
color: #392C0F;
}
.AnyTagClassName
{
color: #392C0F;
}
</style>
background-color css
<style>
a { background-color: #392C0F; }
a { background-color: rgb(57,44,15); }
div.DivClassName
{
background-color: #392C0F;
}
.BgClassName
{
background-color: #392C0F;
}
</style>
border-color css
<style>
span { border-color: #392C0F; }
span { border-color: rgb(57,44,15); }
td.TdClassName
{
border-color: #392C0F;
}
.TagClassName
{
border-color: #392C0F;
}
</style>