Shades of Black Magic #392B16
Tints of Black Magic #392B16
RGB
CMYK
RGB Variations
Color information
#392B16 (or 0x392B16) is known color: Black Magic. HEX triplet: 39, 2B and 16. RGB value is (57,43,22). Sum of RGB (Red+Green+Blue) = 57+43+22=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 57 - color contains mainly: red. Hex color #392B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392B16 is #C6D4E9. Grayscale: #2C2C2C. Windows color (decimal): -13030634 or 1452857. OLE color: 1452857.
HSL color Cylindrical-coordinate representation of color #392B16: hue angle of 36º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #392B16 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 43 | 22 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.78 |
| HSL | 36º | 0.44% | 0.15% | - |
| HSV(B) | 36º | 0.61% | 0.22% | - |
| XYZ | 2.7 | 2.66 | 1.13 | - |
| YUV | 44.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 43 | 22 | 0 | 0.25 | 0.61 | 0.78 | 36 | 0.44 | 0.15 |
| Hex | 39 | 2B | 16 | 0 | 19 | 3D | 4E | 24 | 2C | F |
| Octal | 71 | 53 | 26 | 0 | 31 | 75 | 116 | 44 | 54 | 17 |
| Binary | 111001 | 101011 | 10110 | 0 | 11001 | 111101 | 1001110 | 100100 | 101100 | 1111 |
Color Harmonies of #392B16
Complementary color
Monochromatic Colors of #392B16
Black with #392B16
Text Example
Text Example
White with #392B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392B16; }
p { color: rgb(57,43,22); }
H1.HeaderClassName
{
color: #392B16;
}
.AnyTagClassName
{
color: #392B16;
}
</style>
background-color css
<style>
a { background-color: #392B16; }
a { background-color: rgb(57,43,22); }
div.DivClassName
{
background-color: #392B16;
}
.BgClassName
{
background-color: #392B16;
}
</style>
border-color css
<style>
span { border-color: #392B16; }
span { border-color: rgb(57,43,22); }
td.TdClassName
{
border-color: #392B16;
}
.TagClassName
{
border-color: #392B16;
}
</style>