Shades of Black Magic #392C17
Tints of Black Magic #392C17
RGB
CMYK
RGB Variations
Color information
#392C17 (or 0x392C17) is known color: Black Magic. HEX triplet: 39, 2C and 17. RGB value is (57,44,23). Sum of RGB (Red+Green+Blue) = 57+44+23=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #392C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392C17 is #C6D3E8. Grayscale: #2D2D2D. Windows color (decimal): -13030377 or 1518649. OLE color: 1518649.
HSL color Cylindrical-coordinate representation of color #392C17: hue angle of 37.06º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #392C17 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 44 | 23 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.78 |
| HSL | 37.06º | 0.43% | 0.16% | - |
| HSV(B) | 37.06º | 0.6% | 0.22% | - |
| XYZ | 2.74 | 2.73 | 1.19 | - |
| YUV | 45.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 23 | 0 | 0.23 | 0.60 | 0.78 | 37.06 | 0.43 | 0.16 |
| Hex | 39 | 2C | 17 | 0 | 17 | 3C | 4E | 25 | 2A | 10 |
| Octal | 71 | 54 | 27 | 0 | 27 | 74 | 116 | 45 | 52 | 20 |
| Binary | 111001 | 101100 | 10111 | 0 | 10111 | 111100 | 1001110 | 100101 | 101010 | 10000 |
Color Harmonies of #392C17
Complementary color
Monochromatic Colors of #392C17
Black with #392C17
Text Example
Text Example
White with #392C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392C17; }
p { color: rgb(57,44,23); }
H1.HeaderClassName
{
color: #392C17;
}
.AnyTagClassName
{
color: #392C17;
}
</style>
background-color css
<style>
a { background-color: #392C17; }
a { background-color: rgb(57,44,23); }
div.DivClassName
{
background-color: #392C17;
}
.BgClassName
{
background-color: #392C17;
}
</style>
border-color css
<style>
span { border-color: #392C17; }
span { border-color: rgb(57,44,23); }
td.TdClassName
{
border-color: #392C17;
}
.TagClassName
{
border-color: #392C17;
}
</style>