Shades of Black Magic #342C19
Tints of Black Magic #342C19
RGB
CMYK
RGB Variations
Color information
#342C19 (or 0x342C19) is known color: Black Magic. HEX triplet: 34, 2C and 19. RGB value is (52,44,25). Sum of RGB (Red+Green+Blue) = 52+44+25=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 52 - color contains mainly: red. Hex color #342C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342C19 is #CBD3E6. Grayscale: #2C2C2C. Windows color (decimal): -13358055 or 1649716. OLE color: 1649716.
HSL color Cylindrical-coordinate representation of color #342C19: hue angle of 42.22º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #342C19 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 44 | 25 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.80 |
| HSL | 42.22º | 0.35% | 0.15% | - |
| HSV(B) | 42.22º | 0.52% | 0.2% | - |
| XYZ | 2.49 | 2.6 | 1.29 | - |
| YUV | 44.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 44 | 25 | 0 | 0.15 | 0.52 | 0.80 | 42.22 | 0.35 | 0.15 |
| Hex | 34 | 2C | 19 | 0 | F | 34 | 50 | 2A | 23 | F |
| Octal | 64 | 54 | 31 | 0 | 17 | 64 | 120 | 52 | 43 | 17 |
| Binary | 110100 | 101100 | 11001 | 0 | 1111 | 110100 | 1010000 | 101010 | 100011 | 1111 |
Color Harmonies of #342C19
Complementary color
Monochromatic Colors of #342C19
Black with #342C19
Text Example
Text Example
White with #342C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342C19; }
p { color: rgb(52,44,25); }
H1.HeaderClassName
{
color: #342C19;
}
.AnyTagClassName
{
color: #342C19;
}
</style>
background-color css
<style>
a { background-color: #342C19; }
a { background-color: rgb(52,44,25); }
div.DivClassName
{
background-color: #342C19;
}
.BgClassName
{
background-color: #342C19;
}
</style>
border-color css
<style>
span { border-color: #342C19; }
span { border-color: rgb(52,44,25); }
td.TdClassName
{
border-color: #342C19;
}
.TagClassName
{
border-color: #342C19;
}
</style>