Shades of Black Magic #392B0C
Tints of Black Magic #392B0C
RGB
CMYK
RGB Variations
Color information
#392B0C (or 0x392B0C) is known color: Black Magic. HEX triplet: 39, 2B and 0C. RGB value is (57,43,12). Sum of RGB (Red+Green+Blue) = 57+43+12=112 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.89% from 112); Green value is 43 (17.19% from 255 or 38.39% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 57 - color contains mainly: red. Hex color #392B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392B0C is #C6D4F3. Grayscale: #2B2B2B. Windows color (decimal): -13030644 or 797497. OLE color: 797497.
HSL color Cylindrical-coordinate representation of color #392B0C: hue angle of 41.33º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #392B0C is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 43 | 12 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.78 |
| HSL | 41.33º | 0.65% | 0.14% | - |
| HSV(B) | 41.33º | 0.79% | 0.22% | - |
| XYZ | 2.62 | 2.62 | 0.72 | - |
| YUV | 43.65 | 110.14 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 43 | 12 | 0 | 0.25 | 0.79 | 0.78 | 41.33 | 0.65 | 0.14 |
| Hex | 39 | 2B | C | 0 | 19 | 4F | 4E | 29 | 41 | E |
| Octal | 71 | 53 | 14 | 0 | 31 | 117 | 116 | 51 | 101 | 16 |
| Binary | 111001 | 101011 | 1100 | 0 | 11001 | 1001111 | 1001110 | 101001 | 1000001 | 1110 |
Color Harmonies of #392B0C
Complementary color
Monochromatic Colors of #392B0C
Black with #392B0C
Text Example
Text Example
White with #392B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392B0C; }
p { color: rgb(57,43,12); }
H1.HeaderClassName
{
color: #392B0C;
}
.AnyTagClassName
{
color: #392B0C;
}
</style>
background-color css
<style>
a { background-color: #392B0C; }
a { background-color: rgb(57,43,12); }
div.DivClassName
{
background-color: #392B0C;
}
.BgClassName
{
background-color: #392B0C;
}
</style>
border-color css
<style>
span { border-color: #392B0C; }
span { border-color: rgb(57,43,12); }
td.TdClassName
{
border-color: #392B0C;
}
.TagClassName
{
border-color: #392B0C;
}
</style>