Shades of Black Magic #342A1E
Tints of Black Magic #342A1E
RGB
CMYK
RGB Variations
Color information
#342A1E (or 0x342A1E) is known color: Black Magic. HEX triplet: 34, 2A and 1E. RGB value is (52,42,30). Sum of RGB (Red+Green+Blue) = 52+42+30=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 52 - color contains mainly: red. Hex color #342A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342A1E is #CBD5E1. Grayscale: #2B2B2B. Windows color (decimal): -13358562 or 1976884. OLE color: 1976884.
HSL color Cylindrical-coordinate representation of color #342A1E: hue angle of 32.73º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #342A1E is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 42 | 30 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.80 |
| HSL | 32.73º | 0.27% | 0.16% | - |
| HSV(B) | 32.73º | 0.42% | 0.2% | - |
| XYZ | 2.48 | 2.48 | 1.58 | - |
| YUV | 43.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 42 | 30 | 0 | 0.19 | 0.42 | 0.80 | 32.73 | 0.27 | 0.16 |
| Hex | 34 | 2A | 1E | 0 | 13 | 2A | 50 | 21 | 1B | 10 |
| Octal | 64 | 52 | 36 | 0 | 23 | 52 | 120 | 41 | 33 | 20 |
| Binary | 110100 | 101010 | 11110 | 0 | 10011 | 101010 | 1010000 | 100001 | 11011 | 10000 |
Color Harmonies of #342A1E
Complementary color
Monochromatic Colors of #342A1E
Black with #342A1E
Text Example
Text Example
White with #342A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342A1E; }
p { color: rgb(52,42,30); }
H1.HeaderClassName
{
color: #342A1E;
}
.AnyTagClassName
{
color: #342A1E;
}
</style>
background-color css
<style>
a { background-color: #342A1E; }
a { background-color: rgb(52,42,30); }
div.DivClassName
{
background-color: #342A1E;
}
.BgClassName
{
background-color: #342A1E;
}
</style>
border-color css
<style>
span { border-color: #342A1E; }
span { border-color: rgb(52,42,30); }
td.TdClassName
{
border-color: #342A1E;
}
.TagClassName
{
border-color: #342A1E;
}
</style>