Shades of Black Magic #342B1B
Tints of Black Magic #342B1B
RGB
CMYK
RGB Variations
Color information
#342B1B (or 0x342B1B) is known color: Black Magic. HEX triplet: 34, 2B and 1B. RGB value is (52,43,27). Sum of RGB (Red+Green+Blue) = 52+43+27=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 52 - color contains mainly: red. Hex color #342B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342B1B is #CBD4E4. Grayscale: #2B2B2B. Windows color (decimal): -13358309 or 1780532. OLE color: 1780532.
HSL color Cylindrical-coordinate representation of color #342B1B: hue angle of 38.4º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #342B1B is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 43 | 27 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.80 |
| HSL | 38.4º | 0.32% | 0.15% | - |
| HSV(B) | 38.4º | 0.48% | 0.2% | - |
| XYZ | 2.48 | 2.54 | 1.4 | - |
| YUV | 43.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 43 | 27 | 0 | 0.17 | 0.48 | 0.80 | 38.4 | 0.32 | 0.15 |
| Hex | 34 | 2B | 1B | 0 | 11 | 30 | 50 | 26 | 20 | F |
| Octal | 64 | 53 | 33 | 0 | 21 | 60 | 120 | 46 | 40 | 17 |
| Binary | 110100 | 101011 | 11011 | 0 | 10001 | 110000 | 1010000 | 100110 | 100000 | 1111 |
Color Harmonies of #342B1B
Complementary color
Monochromatic Colors of #342B1B
Black with #342B1B
Text Example
Text Example
White with #342B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342B1B; }
p { color: rgb(52,43,27); }
H1.HeaderClassName
{
color: #342B1B;
}
.AnyTagClassName
{
color: #342B1B;
}
</style>
background-color css
<style>
a { background-color: #342B1B; }
a { background-color: rgb(52,43,27); }
div.DivClassName
{
background-color: #342B1B;
}
.BgClassName
{
background-color: #342B1B;
}
</style>
border-color css
<style>
span { border-color: #342B1B; }
span { border-color: rgb(52,43,27); }
td.TdClassName
{
border-color: #342B1B;
}
.TagClassName
{
border-color: #342B1B;
}
</style>