Shades of Black Magic #392B14
Tints of Black Magic #392B14
RGB
CMYK
RGB Variations
Color information
#392B14 (or 0x392B14) is known color: Black Magic. HEX triplet: 39, 2B and 14. RGB value is (57,43,20). Sum of RGB (Red+Green+Blue) = 57+43+20=120 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.5% from 120); Green value is 43 (17.19% from 255 or 35.83% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 57 - color contains mainly: red. Hex color #392B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392B14 is #C6D4EB. Grayscale: #2C2C2C. Windows color (decimal): -13030636 or 1321785. OLE color: 1321785.
HSL color Cylindrical-coordinate representation of color #392B14: hue angle of 37.3º 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 #392B14 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 43 | 20 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.78 |
| HSL | 37.3º | 0.48% | 0.15% | - |
| HSV(B) | 37.3º | 0.65% | 0.22% | - |
| XYZ | 2.68 | 2.65 | 1.03 | - |
| YUV | 44.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 43 | 20 | 0 | 0.25 | 0.65 | 0.78 | 37.3 | 0.48 | 0.15 |
| Hex | 39 | 2B | 14 | 0 | 19 | 41 | 4E | 25 | 30 | F |
| Octal | 71 | 53 | 24 | 0 | 31 | 101 | 116 | 45 | 60 | 17 |
| Binary | 111001 | 101011 | 10100 | 0 | 11001 | 1000001 | 1001110 | 100101 | 110000 | 1111 |
Color Harmonies of #392B14
Complementary color
Monochromatic Colors of #392B14
Black with #392B14
Text Example
Text Example
White with #392B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392B14; }
p { color: rgb(57,43,20); }
H1.HeaderClassName
{
color: #392B14;
}
.AnyTagClassName
{
color: #392B14;
}
</style>
background-color css
<style>
a { background-color: #392B14; }
a { background-color: rgb(57,43,20); }
div.DivClassName
{
background-color: #392B14;
}
.BgClassName
{
background-color: #392B14;
}
</style>
border-color css
<style>
span { border-color: #392B14; }
span { border-color: rgb(57,43,20); }
td.TdClassName
{
border-color: #392B14;
}
.TagClassName
{
border-color: #392B14;
}
</style>