Shades of Black Magic #392A11
Tints of Black Magic #392A11
RGB
CMYK
RGB Variations
Color information
#392A11 (or 0x392A11) is known color: Black Magic. HEX triplet: 39, 2A and 11. RGB value is (57,42,17). Sum of RGB (Red+Green+Blue) = 57+42+17=116 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.14% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 57 - color contains mainly: red. Hex color #392A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392A11 is #C6D5EE. Grayscale: #2B2B2B. Windows color (decimal): -13030895 or 1124921. OLE color: 1124921.
HSL color Cylindrical-coordinate representation of color #392A11: hue angle of 37.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #392A11 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 42 | 17 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.78 |
| HSL | 37.5º | 0.54% | 0.15% | - |
| HSV(B) | 37.5º | 0.7% | 0.22% | - |
| XYZ | 2.62 | 2.57 | 0.89 | - |
| YUV | 43.64 | 112.97 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 42 | 17 | 0 | 0.26 | 0.70 | 0.78 | 37.5 | 0.54 | 0.15 |
| Hex | 39 | 2A | 11 | 0 | 1A | 46 | 4E | 26 | 36 | F |
| Octal | 71 | 52 | 21 | 0 | 32 | 106 | 116 | 46 | 66 | 17 |
| Binary | 111001 | 101010 | 10001 | 0 | 11010 | 1000110 | 1001110 | 100110 | 110110 | 1111 |
Color Harmonies of #392A11
Complementary color
Monochromatic Colors of #392A11
Black with #392A11
Text Example
Text Example
White with #392A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392A11; }
p { color: rgb(57,42,17); }
H1.HeaderClassName
{
color: #392A11;
}
.AnyTagClassName
{
color: #392A11;
}
</style>
background-color css
<style>
a { background-color: #392A11; }
a { background-color: rgb(57,42,17); }
div.DivClassName
{
background-color: #392A11;
}
.BgClassName
{
background-color: #392A11;
}
</style>
border-color css
<style>
span { border-color: #392A11; }
span { border-color: rgb(57,42,17); }
td.TdClassName
{
border-color: #392A11;
}
.TagClassName
{
border-color: #392A11;
}
</style>