Shades of Black Magic #392802
Tints of Black Magic #392802
RGB
CMYK
RGB Variations
Color information
#392802 (or 0x392802) is known color: Black Magic. HEX triplet: 39, 28 and 02. RGB value is (57,40,2). Sum of RGB (Red+Green+Blue) = 57+40+2=99 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57.58% from 99); Green value is 40 (16.02% from 255 or 40.40% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 57 - color contains mainly: red. Hex color #392802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392802 is #C6D7FD. Grayscale: #282828. Windows color (decimal): -13031422 or 141369. OLE color: 141369.
HSL color Cylindrical-coordinate representation of color #392802: hue angle of 41.45º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #392802 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 40 | 2 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.78 |
| HSL | 41.45º | 0.93% | 0.12% | - |
| HSV(B) | 41.45º | 0.96% | 0.22% | - |
| XYZ | 2.46 | 2.39 | 0.39 | - |
| YUV | 40.75 | 106.13 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 2 | 0 | 0.30 | 0.96 | 0.78 | 41.45 | 0.93 | 0.12 |
| Hex | 39 | 28 | 2 | 0 | 1E | 60 | 4E | 29 | 5D | C |
| Octal | 71 | 50 | 2 | 0 | 36 | 140 | 116 | 51 | 135 | 14 |
| Binary | 111001 | 101000 | 10 | 0 | 11110 | 1100000 | 1001110 | 101001 | 1011101 | 1100 |
Color Harmonies of #392802
Complementary color
Monochromatic Colors of #392802
Black with #392802
Text Example
Text Example
White with #392802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392802; }
p { color: rgb(57,40,2); }
H1.HeaderClassName
{
color: #392802;
}
.AnyTagClassName
{
color: #392802;
}
</style>
background-color css
<style>
a { background-color: #392802; }
a { background-color: rgb(57,40,2); }
div.DivClassName
{
background-color: #392802;
}
.BgClassName
{
background-color: #392802;
}
</style>
border-color css
<style>
span { border-color: #392802; }
span { border-color: rgb(57,40,2); }
td.TdClassName
{
border-color: #392802;
}
.TagClassName
{
border-color: #392802;
}
</style>