Shades of Black Magic #392F1C
Tints of Black Magic #392F1C
RGB
CMYK
RGB Variations
Color information
#392F1C (or 0x392F1C) is known color: Black Magic. HEX triplet: 39, 2F and 1C. RGB value is (57,47,28). Sum of RGB (Red+Green+Blue) = 57+47+28=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 57 - color contains mainly: red. Hex color #392F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F1C is #C6D0E3. Grayscale: #2F2F2F. Windows color (decimal): -13029604 or 1847097. OLE color: 1847097.
HSL color Cylindrical-coordinate representation of color #392F1C: hue angle of 39.31º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #392F1C is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 47 | 28 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.78 |
| HSL | 39.31º | 0.34% | 0.17% | - |
| HSV(B) | 39.31º | 0.51% | 0.22% | - |
| XYZ | 2.91 | 2.99 | 1.52 | - |
| YUV | 47.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 47 | 28 | 0 | 0.18 | 0.51 | 0.78 | 39.31 | 0.34 | 0.17 |
| Hex | 39 | 2F | 1C | 0 | 12 | 33 | 4E | 27 | 22 | 11 |
| Octal | 71 | 57 | 34 | 0 | 22 | 63 | 116 | 47 | 42 | 21 |
| Binary | 111001 | 101111 | 11100 | 0 | 10010 | 110011 | 1001110 | 100111 | 100010 | 10001 |
Color Harmonies of #392F1C
Complementary color
Monochromatic Colors of #392F1C
Black with #392F1C
Text Example
Text Example
White with #392F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392F1C; }
p { color: rgb(57,47,28); }
H1.HeaderClassName
{
color: #392F1C;
}
.AnyTagClassName
{
color: #392F1C;
}
</style>
background-color css
<style>
a { background-color: #392F1C; }
a { background-color: rgb(57,47,28); }
div.DivClassName
{
background-color: #392F1C;
}
.BgClassName
{
background-color: #392F1C;
}
</style>
border-color css
<style>
span { border-color: #392F1C; }
span { border-color: rgb(57,47,28); }
td.TdClassName
{
border-color: #392F1C;
}
.TagClassName
{
border-color: #392F1C;
}
</style>