Shades of Black Magic #342301
Tints of Black Magic #342301
RGB
CMYK
RGB Variations
Color information
#342301 (or 0x342301) is known color: Black Magic. HEX triplet: 34, 23 and 01. RGB value is (52,35,1). Sum of RGB (Red+Green+Blue) = 52+35+1=88 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.09% from 88); Green value is 35 (14.06% from 255 or 39.77% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 52 - color contains mainly: red. Hex color #342301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342301 is #CBDCFE. Grayscale: #242424. Windows color (decimal): -13360383 or 74548. OLE color: 74548.
HSL color Cylindrical-coordinate representation of color #342301: hue angle of 40º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #342301 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 35 | 1 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.80 |
| HSL | 40º | 0.96% | 0.1% | - |
| HSV(B) | 40º | 0.98% | 0.2% | - |
| XYZ | 2.02 | 1.93 | 0.3 | - |
| YUV | 36.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 1 | 0 | 0.33 | 0.98 | 0.80 | 40 | 0.96 | 0.1 |
| Hex | 34 | 23 | 1 | 0 | 21 | 62 | 50 | 28 | 60 | A |
| Octal | 64 | 43 | 1 | 0 | 41 | 142 | 120 | 50 | 140 | 12 |
| Binary | 110100 | 100011 | 1 | 0 | 100001 | 1100010 | 1010000 | 101000 | 1100000 | 1010 |
Color Harmonies of #342301
Complementary color
Monochromatic Colors of #342301
Black with #342301
Text Example
Text Example
White with #342301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342301; }
p { color: rgb(52,35,1); }
H1.HeaderClassName
{
color: #342301;
}
.AnyTagClassName
{
color: #342301;
}
</style>
background-color css
<style>
a { background-color: #342301; }
a { background-color: rgb(52,35,1); }
div.DivClassName
{
background-color: #342301;
}
.BgClassName
{
background-color: #342301;
}
</style>
border-color css
<style>
span { border-color: #342301; }
span { border-color: rgb(52,35,1); }
td.TdClassName
{
border-color: #342301;
}
.TagClassName
{
border-color: #342301;
}
</style>