Shades of Black Magic #392F1E
Tints of Black Magic #392F1E
RGB
CMYK
RGB Variations
Color information
#392F1E (or 0x392F1E) is known color: Black Magic. HEX triplet: 39, 2F and 1E. RGB value is (57,47,30). Sum of RGB (Red+Green+Blue) = 57+47+30=134 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.54% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 57 - color contains mainly: red. Hex color #392F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F1E is #C6D0E1. Grayscale: #303030. Windows color (decimal): -13029602 or 1978169. OLE color: 1978169.
HSL color Cylindrical-coordinate representation of color #392F1E: hue angle of 37.78º degrees, saturation: 0.31, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #392F1E is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 47 | 30 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.78 |
| HSL | 37.78º | 0.31% | 0.17% | - |
| HSV(B) | 37.78º | 0.47% | 0.22% | - |
| XYZ | 2.94 | 3 | 1.65 | - |
| YUV | 48.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 47 | 30 | 0 | 0.18 | 0.47 | 0.78 | 37.78 | 0.31 | 0.17 |
| Hex | 39 | 2F | 1E | 0 | 12 | 2F | 4E | 26 | 1F | 11 |
| Octal | 71 | 57 | 36 | 0 | 22 | 57 | 116 | 46 | 37 | 21 |
| Binary | 111001 | 101111 | 11110 | 0 | 10010 | 101111 | 1001110 | 100110 | 11111 | 10001 |
Color Harmonies of #392F1E
Complementary color
Monochromatic Colors of #392F1E
Black with #392F1E
Text Example
Text Example
White with #392F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392F1E; }
p { color: rgb(57,47,30); }
H1.HeaderClassName
{
color: #392F1E;
}
.AnyTagClassName
{
color: #392F1E;
}
</style>
background-color css
<style>
a { background-color: #392F1E; }
a { background-color: rgb(57,47,30); }
div.DivClassName
{
background-color: #392F1E;
}
.BgClassName
{
background-color: #392F1E;
}
</style>
border-color css
<style>
span { border-color: #392F1E; }
span { border-color: rgb(57,47,30); }
td.TdClassName
{
border-color: #392F1E;
}
.TagClassName
{
border-color: #392F1E;
}
</style>