Shades of Black Magic #342E23
Tints of Black Magic #342E23
RGB
CMYK
RGB Variations
Color information
#342E23 (or 0x342E23) is known color: Black Magic. HEX triplet: 34, 2E and 23. RGB value is (52,46,35). Sum of RGB (Red+Green+Blue) = 52+46+35=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 52 - color contains mainly: red. Hex color #342E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342E23 is #CBD1DC. Grayscale: #2E2E2E. Windows color (decimal): -13357533 or 2305588. OLE color: 2305588.
HSL color Cylindrical-coordinate representation of color #342E23: hue angle of 38.82º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #342E23 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 46 | 35 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.80 |
| HSL | 38.82º | 0.2% | 0.17% | - |
| HSV(B) | 38.82º | 0.33% | 0.2% | - |
| XYZ | 2.7 | 2.81 | 1.99 | - |
| YUV | 46.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 46 | 35 | 0 | 0.12 | 0.33 | 0.80 | 38.82 | 0.2 | 0.17 |
| Hex | 34 | 2E | 23 | 0 | C | 21 | 50 | 27 | 14 | 11 |
| Octal | 64 | 56 | 43 | 0 | 14 | 41 | 120 | 47 | 24 | 21 |
| Binary | 110100 | 101110 | 100011 | 0 | 1100 | 100001 | 1010000 | 100111 | 10100 | 10001 |
Color Harmonies of #342E23
Complementary color
Monochromatic Colors of #342E23
Black with #342E23
Text Example
Text Example
White with #342E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342E23; }
p { color: rgb(52,46,35); }
H1.HeaderClassName
{
color: #342E23;
}
.AnyTagClassName
{
color: #342E23;
}
</style>
background-color css
<style>
a { background-color: #342E23; }
a { background-color: rgb(52,46,35); }
div.DivClassName
{
background-color: #342E23;
}
.BgClassName
{
background-color: #342E23;
}
</style>
border-color css
<style>
span { border-color: #342E23; }
span { border-color: rgb(52,46,35); }
td.TdClassName
{
border-color: #342E23;
}
.TagClassName
{
border-color: #342E23;
}
</style>