Shades of Black Magic #342A15
Tints of Black Magic #342A15
RGB
CMYK
RGB Variations
Color information
#342A15 (or 0x342A15) is known color: Black Magic. HEX triplet: 34, 2A and 15. RGB value is (52,42,21). Sum of RGB (Red+Green+Blue) = 52+42+21=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 52 - color contains mainly: red. Hex color #342A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342A15 is #CBD5EA. Grayscale: #2A2A2A. Windows color (decimal): -13358571 or 1387060. OLE color: 1387060.
HSL color Cylindrical-coordinate representation of color #342A15: hue angle of 40.65º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #342A15 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 42 | 21 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.80 |
| HSL | 40.65º | 0.42% | 0.14% | - |
| HSV(B) | 40.65º | 0.6% | 0.2% | - |
| XYZ | 2.38 | 2.44 | 1.06 | - |
| YUV | 42.6 | 115.81 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 42 | 21 | 0 | 0.19 | 0.60 | 0.80 | 40.65 | 0.42 | 0.14 |
| Hex | 34 | 2A | 15 | 0 | 13 | 3C | 50 | 29 | 2A | E |
| Octal | 64 | 52 | 25 | 0 | 23 | 74 | 120 | 51 | 52 | 16 |
| Binary | 110100 | 101010 | 10101 | 0 | 10011 | 111100 | 1010000 | 101001 | 101010 | 1110 |
Color Harmonies of #342A15
Complementary color
Monochromatic Colors of #342A15
Black with #342A15
Text Example
Text Example
White with #342A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342A15; }
p { color: rgb(52,42,21); }
H1.HeaderClassName
{
color: #342A15;
}
.AnyTagClassName
{
color: #342A15;
}
</style>
background-color css
<style>
a { background-color: #342A15; }
a { background-color: rgb(52,42,21); }
div.DivClassName
{
background-color: #342A15;
}
.BgClassName
{
background-color: #342A15;
}
</style>
border-color css
<style>
span { border-color: #342A15; }
span { border-color: rgb(52,42,21); }
td.TdClassName
{
border-color: #342A15;
}
.TagClassName
{
border-color: #342A15;
}
</style>