Shades of Black Magic #392A15
Tints of Black Magic #392A15
RGB
CMYK
RGB Variations
Color information
#392A15 (or 0x392A15) is known color: Black Magic. HEX triplet: 39, 2A and 15. RGB value is (57,42,21). Sum of RGB (Red+Green+Blue) = 57+42+21=120 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.5% from 120); Green value is 42 (16.80% from 255 or 35% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 57 - color contains mainly: red. Hex color #392A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392A15 is #C6D5EA. Grayscale: #2C2C2C. Windows color (decimal): -13030891 or 1387065. OLE color: 1387065.
HSL color Cylindrical-coordinate representation of color #392A15: hue angle of 35º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #392A15 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 42 | 21 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.78 |
| HSL | 35º | 0.46% | 0.15% | - |
| HSV(B) | 35º | 0.63% | 0.22% | - |
| XYZ | 2.65 | 2.58 | 1.07 | - |
| YUV | 44.09 | 114.97 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 42 | 21 | 0 | 0.26 | 0.63 | 0.78 | 35 | 0.46 | 0.15 |
| Hex | 39 | 2A | 15 | 0 | 1A | 3F | 4E | 23 | 2E | F |
| Octal | 71 | 52 | 25 | 0 | 32 | 77 | 116 | 43 | 56 | 17 |
| Binary | 111001 | 101010 | 10101 | 0 | 11010 | 111111 | 1001110 | 100011 | 101110 | 1111 |
Color Harmonies of #392A15
Complementary color
Monochromatic Colors of #392A15
Black with #392A15
Text Example
Text Example
White with #392A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392A15; }
p { color: rgb(57,42,21); }
H1.HeaderClassName
{
color: #392A15;
}
.AnyTagClassName
{
color: #392A15;
}
</style>
background-color css
<style>
a { background-color: #392A15; }
a { background-color: rgb(57,42,21); }
div.DivClassName
{
background-color: #392A15;
}
.BgClassName
{
background-color: #392A15;
}
</style>
border-color css
<style>
span { border-color: #392A15; }
span { border-color: rgb(57,42,21); }
td.TdClassName
{
border-color: #392A15;
}
.TagClassName
{
border-color: #392A15;
}
</style>