Shades of Black Magic #392A14
Tints of Black Magic #392A14
RGB
CMYK
RGB Variations
Color information
#392A14 (or 0x392A14) is known color: Black Magic. HEX triplet: 39, 2A and 14. RGB value is (57,42,20). Sum of RGB (Red+Green+Blue) = 57+42+20=119 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.90% from 119); Green value is 42 (16.80% from 255 or 35.29% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 57 - color contains mainly: red. Hex color #392A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392A14 is #C6D5EB. Grayscale: #2C2C2C. Windows color (decimal): -13030892 or 1321529. OLE color: 1321529.
HSL color Cylindrical-coordinate representation of color #392A14: hue angle of 35.68º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #392A14 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 42 | 20 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.78 |
| HSL | 35.68º | 0.48% | 0.15% | - |
| HSV(B) | 35.68º | 0.65% | 0.22% | - |
| XYZ | 2.64 | 2.58 | 1.02 | - |
| YUV | 43.98 | 114.47 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 42 | 20 | 0 | 0.26 | 0.65 | 0.78 | 35.68 | 0.48 | 0.15 |
| Hex | 39 | 2A | 14 | 0 | 1A | 41 | 4E | 24 | 30 | F |
| Octal | 71 | 52 | 24 | 0 | 32 | 101 | 116 | 44 | 60 | 17 |
| Binary | 111001 | 101010 | 10100 | 0 | 11010 | 1000001 | 1001110 | 100100 | 110000 | 1111 |
Color Harmonies of #392A14
Complementary color
Monochromatic Colors of #392A14
Black with #392A14
Text Example
Text Example
White with #392A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392A14; }
p { color: rgb(57,42,20); }
H1.HeaderClassName
{
color: #392A14;
}
.AnyTagClassName
{
color: #392A14;
}
</style>
background-color css
<style>
a { background-color: #392A14; }
a { background-color: rgb(57,42,20); }
div.DivClassName
{
background-color: #392A14;
}
.BgClassName
{
background-color: #392A14;
}
</style>
border-color css
<style>
span { border-color: #392A14; }
span { border-color: rgb(57,42,20); }
td.TdClassName
{
border-color: #392A14;
}
.TagClassName
{
border-color: #392A14;
}
</style>