Shades of Black Magic #342B1A
Tints of Black Magic #342B1A
RGB
CMYK
RGB Variations
Color information
#342B1A (or 0x342B1A) is known color: Black Magic. HEX triplet: 34, 2B and 1A. RGB value is (52,43,26). Sum of RGB (Red+Green+Blue) = 52+43+26=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 52 - color contains mainly: red. Hex color #342B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342B1A is #CBD4E5. Grayscale: #2B2B2B. Windows color (decimal): -13358310 or 1714996. OLE color: 1714996.
HSL color Cylindrical-coordinate representation of color #342B1A: hue angle of 39.23º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #342B1A is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 43 | 26 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.80 |
| HSL | 39.23º | 0.33% | 0.15% | - |
| HSV(B) | 39.23º | 0.5% | 0.2% | - |
| XYZ | 2.47 | 2.53 | 1.34 | - |
| YUV | 43.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 43 | 26 | 0 | 0.17 | 0.50 | 0.80 | 39.23 | 0.33 | 0.15 |
| Hex | 34 | 2B | 1A | 0 | 11 | 32 | 50 | 27 | 21 | F |
| Octal | 64 | 53 | 32 | 0 | 21 | 62 | 120 | 47 | 41 | 17 |
| Binary | 110100 | 101011 | 11010 | 0 | 10001 | 110010 | 1010000 | 100111 | 100001 | 1111 |
Color Harmonies of #342B1A
Complementary color
Monochromatic Colors of #342B1A
Black with #342B1A
Text Example
Text Example
White with #342B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342B1A; }
p { color: rgb(52,43,26); }
H1.HeaderClassName
{
color: #342B1A;
}
.AnyTagClassName
{
color: #342B1A;
}
</style>
background-color css
<style>
a { background-color: #342B1A; }
a { background-color: rgb(52,43,26); }
div.DivClassName
{
background-color: #342B1A;
}
.BgClassName
{
background-color: #342B1A;
}
</style>
border-color css
<style>
span { border-color: #342B1A; }
span { border-color: rgb(52,43,26); }
td.TdClassName
{
border-color: #342B1A;
}
.TagClassName
{
border-color: #342B1A;
}
</style>