Shades of Black Magic #342D25
Tints of Black Magic #342D25
RGB
CMYK
RGB Variations
Color information
#342D25 (or 0x342D25) is known color: Black Magic. HEX triplet: 34, 2D and 25. RGB value is (52,45,37). Sum of RGB (Red+Green+Blue) = 52+45+37=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 52 - color contains mainly: red. Hex color #342D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342D25 is #CBD2DA. Grayscale: #2E2E2E. Windows color (decimal): -13357787 or 2436404. OLE color: 2436404.
HSL color Cylindrical-coordinate representation of color #342D25: hue angle of 32º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #342D25 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 45 | 37 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.80 |
| HSL | 32º | 0.17% | 0.17% | - |
| HSV(B) | 32º | 0.29% | 0.2% | - |
| XYZ | 2.69 | 2.74 | 2.14 | - |
| YUV | 46.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 45 | 37 | 0 | 0.13 | 0.29 | 0.80 | 32 | 0.17 | 0.17 |
| Hex | 34 | 2D | 25 | 0 | D | 1D | 50 | 20 | 11 | 11 |
| Octal | 64 | 55 | 45 | 0 | 15 | 35 | 120 | 40 | 21 | 21 |
| Binary | 110100 | 101101 | 100101 | 0 | 1101 | 11101 | 1010000 | 100000 | 10001 | 10001 |
Color Harmonies of #342D25
Complementary color
Monochromatic Colors of #342D25
Black with #342D25
Text Example
Text Example
White with #342D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342D25; }
p { color: rgb(52,45,37); }
H1.HeaderClassName
{
color: #342D25;
}
.AnyTagClassName
{
color: #342D25;
}
</style>
background-color css
<style>
a { background-color: #342D25; }
a { background-color: rgb(52,45,37); }
div.DivClassName
{
background-color: #342D25;
}
.BgClassName
{
background-color: #342D25;
}
</style>
border-color css
<style>
span { border-color: #342D25; }
span { border-color: rgb(52,45,37); }
td.TdClassName
{
border-color: #342D25;
}
.TagClassName
{
border-color: #342D25;
}
</style>