Shades of Black Magic #342804
Tints of Black Magic #342804
RGB
CMYK
RGB Variations
Color information
#342804 (or 0x342804) is known color: Black Magic. HEX triplet: 34, 28 and 04. RGB value is (52,40,4). Sum of RGB (Red+Green+Blue) = 52+40+4=96 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.17% from 96); Green value is 40 (16.02% from 255 or 41.67% from 96); Blue value is 4 (1.95% from 255 or 4.17% from 96); Max value from RGB is 52 - color contains mainly: red. Hex color #342804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342804 is #CBD7FB. Grayscale: #272727. Windows color (decimal): -13359100 or 272436. OLE color: 272436.
HSL color Cylindrical-coordinate representation of color #342804: hue angle of 45º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #342804 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 40 | 4 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.80 |
| HSL | 45º | 0.86% | 0.11% | - |
| HSV(B) | 45º | 0.92% | 0.2% | - |
| XYZ | 2.2 | 2.26 | 0.43 | - |
| YUV | 39.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 40 | 4 | 0 | 0.23 | 0.92 | 0.80 | 45 | 0.86 | 0.11 |
| Hex | 34 | 28 | 4 | 0 | 17 | 5C | 50 | 2D | 56 | B |
| Octal | 64 | 50 | 4 | 0 | 27 | 134 | 120 | 55 | 126 | 13 |
| Binary | 110100 | 101000 | 100 | 0 | 10111 | 1011100 | 1010000 | 101101 | 1010110 | 1011 |
Color Harmonies of #342804
Complementary color
Monochromatic Colors of #342804
Black with #342804
Text Example
Text Example
White with #342804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342804; }
p { color: rgb(52,40,4); }
H1.HeaderClassName
{
color: #342804;
}
.AnyTagClassName
{
color: #342804;
}
</style>
background-color css
<style>
a { background-color: #342804; }
a { background-color: rgb(52,40,4); }
div.DivClassName
{
background-color: #342804;
}
.BgClassName
{
background-color: #342804;
}
</style>
border-color css
<style>
span { border-color: #342804; }
span { border-color: rgb(52,40,4); }
td.TdClassName
{
border-color: #342804;
}
.TagClassName
{
border-color: #342804;
}
</style>