Shades of Black Magic #342C1B
Tints of Black Magic #342C1B
RGB
CMYK
RGB Variations
Color information
#342C1B (or 0x342C1B) is known color: Black Magic. HEX triplet: 34, 2C and 1B. RGB value is (52,44,27). Sum of RGB (Red+Green+Blue) = 52+44+27=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 52 - color contains mainly: red. Hex color #342C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342C1B is #CBD3E4. Grayscale: #2C2C2C. Windows color (decimal): -13358053 or 1780788. OLE color: 1780788.
HSL color Cylindrical-coordinate representation of color #342C1B: hue angle of 40.8º 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 #342C1B is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 44 | 27 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.80 |
| HSL | 40.8º | 0.32% | 0.15% | - |
| HSV(B) | 40.8º | 0.48% | 0.2% | - |
| XYZ | 2.51 | 2.61 | 1.41 | - |
| YUV | 44.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 44 | 27 | 0 | 0.15 | 0.48 | 0.80 | 40.8 | 0.32 | 0.15 |
| Hex | 34 | 2C | 1B | 0 | F | 30 | 50 | 29 | 20 | F |
| Octal | 64 | 54 | 33 | 0 | 17 | 60 | 120 | 51 | 40 | 17 |
| Binary | 110100 | 101100 | 11011 | 0 | 1111 | 110000 | 1010000 | 101001 | 100000 | 1111 |
Color Harmonies of #342C1B
Complementary color
Monochromatic Colors of #342C1B
Black with #342C1B
Text Example
Text Example
White with #342C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342C1B; }
p { color: rgb(52,44,27); }
H1.HeaderClassName
{
color: #342C1B;
}
.AnyTagClassName
{
color: #342C1B;
}
</style>
background-color css
<style>
a { background-color: #342C1B; }
a { background-color: rgb(52,44,27); }
div.DivClassName
{
background-color: #342C1B;
}
.BgClassName
{
background-color: #342C1B;
}
</style>
border-color css
<style>
span { border-color: #342C1B; }
span { border-color: rgb(52,44,27); }
td.TdClassName
{
border-color: #342C1B;
}
.TagClassName
{
border-color: #342C1B;
}
</style>