Shades of Black Magic #342E25
Tints of Black Magic #342E25
RGB
CMYK
RGB Variations
Color information
#342E25 (or 0x342E25) is known color: Black Magic. HEX triplet: 34, 2E and 25. RGB value is (52,46,37). Sum of RGB (Red+Green+Blue) = 52+46+37=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 52 - color contains mainly: red. Hex color #342E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342E25 is #CBD1DA. Grayscale: #2E2E2E. Windows color (decimal): -13357531 or 2436660. OLE color: 2436660.
HSL color Cylindrical-coordinate representation of color #342E25: hue angle of 36º 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 #342E25 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 46 | 37 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.80 |
| HSL | 36º | 0.17% | 0.17% | - |
| HSV(B) | 36º | 0.29% | 0.2% | - |
| XYZ | 2.73 | 2.82 | 2.15 | - |
| YUV | 46.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 46 | 37 | 0 | 0.12 | 0.29 | 0.80 | 36 | 0.17 | 0.17 |
| Hex | 34 | 2E | 25 | 0 | C | 1D | 50 | 24 | 11 | 11 |
| Octal | 64 | 56 | 45 | 0 | 14 | 35 | 120 | 44 | 21 | 21 |
| Binary | 110100 | 101110 | 100101 | 0 | 1100 | 11101 | 1010000 | 100100 | 10001 | 10001 |
Color Harmonies of #342E25
Complementary color
Monochromatic Colors of #342E25
Black with #342E25
Text Example
Text Example
White with #342E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342E25; }
p { color: rgb(52,46,37); }
H1.HeaderClassName
{
color: #342E25;
}
.AnyTagClassName
{
color: #342E25;
}
</style>
background-color css
<style>
a { background-color: #342E25; }
a { background-color: rgb(52,46,37); }
div.DivClassName
{
background-color: #342E25;
}
.BgClassName
{
background-color: #342E25;
}
</style>
border-color css
<style>
span { border-color: #342E25; }
span { border-color: rgb(52,46,37); }
td.TdClassName
{
border-color: #342E25;
}
.TagClassName
{
border-color: #342E25;
}
</style>