Shades of Black Magic #342C17
Tints of Black Magic #342C17
RGB
CMYK
RGB Variations
Color information
#342C17 (or 0x342C17) is known color: Black Magic. HEX triplet: 34, 2C and 17. RGB value is (52,44,23). Sum of RGB (Red+Green+Blue) = 52+44+23=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 44 (17.58% from 255 or 36.97% from 119); Blue value is 23 (9.38% from 255 or 19.33% from 119); Max value from RGB is 52 - color contains mainly: red. Hex color #342C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342C17 is #CBD3E8. Grayscale: #2C2C2C. Windows color (decimal): -13358057 or 1518644. OLE color: 1518644.
HSL color Cylindrical-coordinate representation of color #342C17: hue angle of 43.45º 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 #342C17 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 44 | 23 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.80 |
| HSL | 43.45º | 0.39% | 0.15% | - |
| HSV(B) | 43.45º | 0.56% | 0.2% | - |
| XYZ | 2.47 | 2.59 | 1.18 | - |
| YUV | 44 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 44 | 23 | 0 | 0.15 | 0.56 | 0.80 | 43.45 | 0.39 | 0.15 |
| Hex | 34 | 2C | 17 | 0 | F | 38 | 50 | 2B | 27 | F |
| Octal | 64 | 54 | 27 | 0 | 17 | 70 | 120 | 53 | 47 | 17 |
| Binary | 110100 | 101100 | 10111 | 0 | 1111 | 111000 | 1010000 | 101011 | 100111 | 1111 |
Color Harmonies of #342C17
Complementary color
Monochromatic Colors of #342C17
Black with #342C17
Text Example
Text Example
White with #342C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342C17; }
p { color: rgb(52,44,23); }
H1.HeaderClassName
{
color: #342C17;
}
.AnyTagClassName
{
color: #342C17;
}
</style>
background-color css
<style>
a { background-color: #342C17; }
a { background-color: rgb(52,44,23); }
div.DivClassName
{
background-color: #342C17;
}
.BgClassName
{
background-color: #342C17;
}
</style>
border-color css
<style>
span { border-color: #342C17; }
span { border-color: rgb(52,44,23); }
td.TdClassName
{
border-color: #342C17;
}
.TagClassName
{
border-color: #342C17;
}
</style>