Shades of Black Magic #342D17
Tints of Black Magic #342D17
RGB
CMYK
RGB Variations
Color information
#342D17 (or 0x342D17) is known color: Black Magic. HEX triplet: 34, 2D and 17. RGB value is (52,45,23). Sum of RGB (Red+Green+Blue) = 52+45+23=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 45 (17.97% from 255 or 37.5% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 52 - color contains mainly: red. Hex color #342D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342D17 is #CBD2E8. Grayscale: #2C2C2C. Windows color (decimal): -13357801 or 1518900. OLE color: 1518900.
HSL color Cylindrical-coordinate representation of color #342D17: hue angle of 45.52º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #342D17 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 45 | 23 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.80 |
| HSL | 45.52º | 0.39% | 0.15% | - |
| HSV(B) | 45.52º | 0.56% | 0.2% | - |
| XYZ | 2.51 | 2.67 | 1.19 | - |
| YUV | 44.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 45 | 23 | 0 | 0.13 | 0.56 | 0.80 | 45.52 | 0.39 | 0.15 |
| Hex | 34 | 2D | 17 | 0 | D | 38 | 50 | 2E | 27 | F |
| Octal | 64 | 55 | 27 | 0 | 15 | 70 | 120 | 56 | 47 | 17 |
| Binary | 110100 | 101101 | 10111 | 0 | 1101 | 111000 | 1010000 | 101110 | 100111 | 1111 |
Color Harmonies of #342D17
Complementary color
Monochromatic Colors of #342D17
Black with #342D17
Text Example
Text Example
White with #342D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342D17; }
p { color: rgb(52,45,23); }
H1.HeaderClassName
{
color: #342D17;
}
.AnyTagClassName
{
color: #342D17;
}
</style>
background-color css
<style>
a { background-color: #342D17; }
a { background-color: rgb(52,45,23); }
div.DivClassName
{
background-color: #342D17;
}
.BgClassName
{
background-color: #342D17;
}
</style>
border-color css
<style>
span { border-color: #342D17; }
span { border-color: rgb(52,45,23); }
td.TdClassName
{
border-color: #342D17;
}
.TagClassName
{
border-color: #342D17;
}
</style>