Shades of Black Magic #392B15
Tints of Black Magic #392B15
RGB
CMYK
RGB Variations
Color information
#392B15 (or 0x392B15) is known color: Black Magic. HEX triplet: 39, 2B and 15. RGB value is (57,43,21). Sum of RGB (Red+Green+Blue) = 57+43+21=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 57 - color contains mainly: red. Hex color #392B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392B15 is #C6D4EA. Grayscale: #2C2C2C. Windows color (decimal): -13030635 or 1387321. OLE color: 1387321.
HSL color Cylindrical-coordinate representation of color #392B15: hue angle of 36.67º 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 #392B15 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 43 | 21 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.78 |
| HSL | 36.67º | 0.46% | 0.15% | - |
| HSV(B) | 36.67º | 0.63% | 0.22% | - |
| XYZ | 2.69 | 2.65 | 1.08 | - |
| YUV | 44.68 | 114.64 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 43 | 21 | 0 | 0.25 | 0.63 | 0.78 | 36.67 | 0.46 | 0.15 |
| Hex | 39 | 2B | 15 | 0 | 19 | 3F | 4E | 25 | 2E | F |
| Octal | 71 | 53 | 25 | 0 | 31 | 77 | 116 | 45 | 56 | 17 |
| Binary | 111001 | 101011 | 10101 | 0 | 11001 | 111111 | 1001110 | 100101 | 101110 | 1111 |
Color Harmonies of #392B15
Complementary color
Monochromatic Colors of #392B15
Black with #392B15
Text Example
Text Example
White with #392B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392B15; }
p { color: rgb(57,43,21); }
H1.HeaderClassName
{
color: #392B15;
}
.AnyTagClassName
{
color: #392B15;
}
</style>
background-color css
<style>
a { background-color: #392B15; }
a { background-color: rgb(57,43,21); }
div.DivClassName
{
background-color: #392B15;
}
.BgClassName
{
background-color: #392B15;
}
</style>
border-color css
<style>
span { border-color: #392B15; }
span { border-color: rgb(57,43,21); }
td.TdClassName
{
border-color: #392B15;
}
.TagClassName
{
border-color: #392B15;
}
</style>