Shades of Black Magic #392D1A
Tints of Black Magic #392D1A
RGB
CMYK
RGB Variations
Color information
#392D1A (or 0x392D1A) is known color: Black Magic. HEX triplet: 39, 2D and 1A. RGB value is (57,45,26). Sum of RGB (Red+Green+Blue) = 57+45+26=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 45 (17.97% from 255 or 35.16% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 57 - color contains mainly: red. Hex color #392D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392D1A is #C6D2E5. Grayscale: #2E2E2E. Windows color (decimal): -13030118 or 1715513. OLE color: 1715513.
HSL color Cylindrical-coordinate representation of color #392D1A: hue angle of 36.77º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #392D1A is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 45 | 26 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.78 |
| HSL | 36.77º | 0.37% | 0.16% | - |
| HSV(B) | 36.77º | 0.54% | 0.22% | - |
| XYZ | 2.81 | 2.82 | 1.37 | - |
| YUV | 46.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 45 | 26 | 0 | 0.21 | 0.54 | 0.78 | 36.77 | 0.37 | 0.16 |
| Hex | 39 | 2D | 1A | 0 | 15 | 36 | 4E | 25 | 25 | 10 |
| Octal | 71 | 55 | 32 | 0 | 25 | 66 | 116 | 45 | 45 | 20 |
| Binary | 111001 | 101101 | 11010 | 0 | 10101 | 110110 | 1001110 | 100101 | 100101 | 10000 |
Color Harmonies of #392D1A
Complementary color
Monochromatic Colors of #392D1A
Black with #392D1A
Text Example
Text Example
White with #392D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392D1A; }
p { color: rgb(57,45,26); }
H1.HeaderClassName
{
color: #392D1A;
}
.AnyTagClassName
{
color: #392D1A;
}
</style>
background-color css
<style>
a { background-color: #392D1A; }
a { background-color: rgb(57,45,26); }
div.DivClassName
{
background-color: #392D1A;
}
.BgClassName
{
background-color: #392D1A;
}
</style>
border-color css
<style>
span { border-color: #392D1A; }
span { border-color: rgb(57,45,26); }
td.TdClassName
{
border-color: #392D1A;
}
.TagClassName
{
border-color: #392D1A;
}
</style>