Shades of Black Magic #342D21
Tints of Black Magic #342D21
RGB
CMYK
RGB Variations
Color information
#342D21 (or 0x342D21) is known color: Black Magic. HEX triplet: 34, 2D and 21. RGB value is (52,45,33). Sum of RGB (Red+Green+Blue) = 52+45+33=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 52 - color contains mainly: red. Hex color #342D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342D21 is #CBD2DE. Grayscale: #2D2D2D. Windows color (decimal): -13357791 or 2174260. OLE color: 2174260.
HSL color Cylindrical-coordinate representation of color #342D21: hue angle of 37.89º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #342D21 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 45 | 33 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.80 |
| HSL | 37.89º | 0.22% | 0.17% | - |
| HSV(B) | 37.89º | 0.37% | 0.2% | - |
| XYZ | 2.63 | 2.72 | 1.82 | - |
| YUV | 45.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 45 | 33 | 0 | 0.13 | 0.37 | 0.80 | 37.89 | 0.22 | 0.17 |
| Hex | 34 | 2D | 21 | 0 | D | 25 | 50 | 26 | 16 | 11 |
| Octal | 64 | 55 | 41 | 0 | 15 | 45 | 120 | 46 | 26 | 21 |
| Binary | 110100 | 101101 | 100001 | 0 | 1101 | 100101 | 1010000 | 100110 | 10110 | 10001 |
Color Harmonies of #342D21
Complementary color
Monochromatic Colors of #342D21
Black with #342D21
Text Example
Text Example
White with #342D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342D21; }
p { color: rgb(52,45,33); }
H1.HeaderClassName
{
color: #342D21;
}
.AnyTagClassName
{
color: #342D21;
}
</style>
background-color css
<style>
a { background-color: #342D21; }
a { background-color: rgb(52,45,33); }
div.DivClassName
{
background-color: #342D21;
}
.BgClassName
{
background-color: #342D21;
}
</style>
border-color css
<style>
span { border-color: #342D21; }
span { border-color: rgb(52,45,33); }
td.TdClassName
{
border-color: #342D21;
}
.TagClassName
{
border-color: #342D21;
}
</style>