Shades of Black Magic #342C20
Tints of Black Magic #342C20
RGB
CMYK
RGB Variations
Color information
#342C20 (or 0x342C20) is known color: Black Magic. HEX triplet: 34, 2C and 20. RGB value is (52,44,32). Sum of RGB (Red+Green+Blue) = 52+44+32=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 52 - color contains mainly: red. Hex color #342C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342C20 is #CBD3DF. Grayscale: #2D2D2D. Windows color (decimal): -13358048 or 2108468. OLE color: 2108468.
HSL color Cylindrical-coordinate representation of color #342C20: hue angle of 36º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #342C20 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 44 | 32 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.80 |
| HSL | 36º | 0.24% | 0.16% | - |
| HSV(B) | 36º | 0.38% | 0.2% | - |
| XYZ | 2.58 | 2.64 | 1.74 | - |
| YUV | 45.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 44 | 32 | 0 | 0.15 | 0.38 | 0.80 | 36 | 0.24 | 0.16 |
| Hex | 34 | 2C | 20 | 0 | F | 26 | 50 | 24 | 18 | 10 |
| Octal | 64 | 54 | 40 | 0 | 17 | 46 | 120 | 44 | 30 | 20 |
| Binary | 110100 | 101100 | 100000 | 0 | 1111 | 100110 | 1010000 | 100100 | 11000 | 10000 |
Color Harmonies of #342C20
Complementary color
Monochromatic Colors of #342C20
Black with #342C20
Text Example
Text Example
White with #342C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342C20; }
p { color: rgb(52,44,32); }
H1.HeaderClassName
{
color: #342C20;
}
.AnyTagClassName
{
color: #342C20;
}
</style>
background-color css
<style>
a { background-color: #342C20; }
a { background-color: rgb(52,44,32); }
div.DivClassName
{
background-color: #342C20;
}
.BgClassName
{
background-color: #342C20;
}
</style>
border-color css
<style>
span { border-color: #342C20; }
span { border-color: rgb(52,44,32); }
td.TdClassName
{
border-color: #342C20;
}
.TagClassName
{
border-color: #342C20;
}
</style>