Shades of Black Magic #392901
Tints of Black Magic #392901
RGB
CMYK
RGB Variations
Color information
#392901 (or 0x392901) is known color: Black Magic. HEX triplet: 39, 29 and 01. RGB value is (57,41,1). Sum of RGB (Red+Green+Blue) = 57+41+1=99 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57.58% from 99); Green value is 41 (16.41% from 255 or 41.41% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 57 - color contains mainly: red. Hex color #392901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392901 is #C6D6FE. Grayscale: #292929. Windows color (decimal): -13031167 or 76089. OLE color: 76089.
HSL color Cylindrical-coordinate representation of color #392901: hue angle of 42.86º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #392901 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 41 | 1 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.78 |
| HSL | 42.86º | 0.97% | 0.11% | - |
| HSV(B) | 42.86º | 0.98% | 0.22% | - |
| XYZ | 2.49 | 2.46 | 0.37 | - |
| YUV | 41.22 | 105.3 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 41 | 1 | 0 | 0.28 | 0.98 | 0.78 | 42.86 | 0.97 | 0.11 |
| Hex | 39 | 29 | 1 | 0 | 1C | 62 | 4E | 2B | 61 | B |
| Octal | 71 | 51 | 1 | 0 | 34 | 142 | 116 | 53 | 141 | 13 |
| Binary | 111001 | 101001 | 1 | 0 | 11100 | 1100010 | 1001110 | 101011 | 1100001 | 1011 |
Color Harmonies of #392901
Complementary color
Monochromatic Colors of #392901
Black with #392901
Text Example
Text Example
White with #392901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392901; }
p { color: rgb(57,41,1); }
H1.HeaderClassName
{
color: #392901;
}
.AnyTagClassName
{
color: #392901;
}
</style>
background-color css
<style>
a { background-color: #392901; }
a { background-color: rgb(57,41,1); }
div.DivClassName
{
background-color: #392901;
}
.BgClassName
{
background-color: #392901;
}
</style>
border-color css
<style>
span { border-color: #392901; }
span { border-color: rgb(57,41,1); }
td.TdClassName
{
border-color: #392901;
}
.TagClassName
{
border-color: #392901;
}
</style>