Shades of Black Magic #392F21
Tints of Black Magic #392F21
RGB
CMYK
RGB Variations
Color information
#392F21 (or 0x392F21) is known color: Black Magic. HEX triplet: 39, 2F and 21. RGB value is (57,47,33). Sum of RGB (Red+Green+Blue) = 57+47+33=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 57 - color contains mainly: red. Hex color #392F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F21 is #C6D0DE. Grayscale: #303030. Windows color (decimal): -13029599 or 2174777. OLE color: 2174777.
HSL color Cylindrical-coordinate representation of color #392F21: hue angle of 35º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #392F21 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 47 | 33 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.78 |
| HSL | 35º | 0.27% | 0.18% | - |
| HSV(B) | 35º | 0.42% | 0.22% | - |
| XYZ | 2.98 | 3.01 | 1.86 | - |
| YUV | 48.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 47 | 33 | 0 | 0.18 | 0.42 | 0.78 | 35 | 0.27 | 0.18 |
| Hex | 39 | 2F | 21 | 0 | 12 | 2A | 4E | 23 | 1B | 12 |
| Octal | 71 | 57 | 41 | 0 | 22 | 52 | 116 | 43 | 33 | 22 |
| Binary | 111001 | 101111 | 100001 | 0 | 10010 | 101010 | 1001110 | 100011 | 11011 | 10010 |
Color Harmonies of #392F21
Complementary color
Monochromatic Colors of #392F21
Black with #392F21
Text Example
Text Example
White with #392F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392F21; }
p { color: rgb(57,47,33); }
H1.HeaderClassName
{
color: #392F21;
}
.AnyTagClassName
{
color: #392F21;
}
</style>
background-color css
<style>
a { background-color: #392F21; }
a { background-color: rgb(57,47,33); }
div.DivClassName
{
background-color: #392F21;
}
.BgClassName
{
background-color: #392F21;
}
</style>
border-color css
<style>
span { border-color: #392F21; }
span { border-color: rgb(57,47,33); }
td.TdClassName
{
border-color: #392F21;
}
.TagClassName
{
border-color: #392F21;
}
</style>