Shades of Black Magic #342908
Tints of Black Magic #342908
RGB
CMYK
RGB Variations
Color information
#342908 (or 0x342908) is known color: Black Magic. HEX triplet: 34, 29 and 08. RGB value is (52,41,8). Sum of RGB (Red+Green+Blue) = 52+41+8=101 (13% of max value = 765). Red value is 52 (20.70% from 255 or 51.49% from 101); Green value is 41 (16.41% from 255 or 40.59% from 101); Blue value is 8 (3.52% from 255 or 7.92% from 101); Max value from RGB is 52 - color contains mainly: red. Hex color #342908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342908 is #CBD6F7. Grayscale: #282828. Windows color (decimal): -13358840 or 534836. OLE color: 534836.
HSL color Cylindrical-coordinate representation of color #342908: hue angle of 45º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #342908 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 41 | 8 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.80 |
| HSL | 45º | 0.73% | 0.12% | - |
| HSV(B) | 45º | 0.85% | 0.2% | - |
| XYZ | 2.25 | 2.33 | 0.56 | - |
| YUV | 40.53 | 109.64 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 41 | 8 | 0 | 0.21 | 0.85 | 0.80 | 45 | 0.73 | 0.12 |
| Hex | 34 | 29 | 8 | 0 | 15 | 55 | 50 | 2D | 49 | C |
| Octal | 64 | 51 | 10 | 0 | 25 | 125 | 120 | 55 | 111 | 14 |
| Binary | 110100 | 101001 | 1000 | 0 | 10101 | 1010101 | 1010000 | 101101 | 1001001 | 1100 |
Color Harmonies of #342908
Complementary color
Monochromatic Colors of #342908
Black with #342908
Text Example
Text Example
White with #342908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342908; }
p { color: rgb(52,41,8); }
H1.HeaderClassName
{
color: #342908;
}
.AnyTagClassName
{
color: #342908;
}
</style>
background-color css
<style>
a { background-color: #342908; }
a { background-color: rgb(52,41,8); }
div.DivClassName
{
background-color: #342908;
}
.BgClassName
{
background-color: #342908;
}
</style>
border-color css
<style>
span { border-color: #342908; }
span { border-color: rgb(52,41,8); }
td.TdClassName
{
border-color: #342908;
}
.TagClassName
{
border-color: #342908;
}
</style>