Shades of Black Magic #392A03
Tints of Black Magic #392A03
RGB
CMYK
RGB Variations
Color information
#392A03 (or 0x392A03) is known color: Black Magic. HEX triplet: 39, 2A and 03. RGB value is (57,42,3). Sum of RGB (Red+Green+Blue) = 57+42+3=102 (13% of max value = 765). Red value is 57 (22.66% from 255 or 55.88% from 102); Green value is 42 (16.80% from 255 or 41.18% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 57 - color contains mainly: red. Hex color #392A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392A03 is #C6D5FC. Grayscale: #2A2A2A. Windows color (decimal): -13030909 or 207417. OLE color: 207417.
HSL color Cylindrical-coordinate representation of color #392A03: hue angle of 43.33º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #392A03 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 42 | 3 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.78 |
| HSL | 43.33º | 0.9% | 0.12% | - |
| HSV(B) | 43.33º | 0.95% | 0.22% | - |
| XYZ | 2.53 | 2.53 | 0.44 | - |
| YUV | 42.04 | 105.97 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 42 | 3 | 0 | 0.26 | 0.95 | 0.78 | 43.33 | 0.9 | 0.12 |
| Hex | 39 | 2A | 3 | 0 | 1A | 5F | 4E | 2B | 5A | C |
| Octal | 71 | 52 | 3 | 0 | 32 | 137 | 116 | 53 | 132 | 14 |
| Binary | 111001 | 101010 | 11 | 0 | 11010 | 1011111 | 1001110 | 101011 | 1011010 | 1100 |
Color Harmonies of #392A03
Complementary color
Monochromatic Colors of #392A03
Black with #392A03
Text Example
Text Example
White with #392A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392A03; }
p { color: rgb(57,42,3); }
H1.HeaderClassName
{
color: #392A03;
}
.AnyTagClassName
{
color: #392A03;
}
</style>
background-color css
<style>
a { background-color: #392A03; }
a { background-color: rgb(57,42,3); }
div.DivClassName
{
background-color: #392A03;
}
.BgClassName
{
background-color: #392A03;
}
</style>
border-color css
<style>
span { border-color: #392A03; }
span { border-color: rgb(57,42,3); }
td.TdClassName
{
border-color: #392A03;
}
.TagClassName
{
border-color: #392A03;
}
</style>