Shades of Black Magic #342302
Tints of Black Magic #342302
RGB
CMYK
RGB Variations
Color information
#342302 (or 0x342302) is known color: Black Magic. HEX triplet: 34, 23 and 02. RGB value is (52,35,2). Sum of RGB (Red+Green+Blue) = 52+35+2=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #342302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342302 is #CBDCFD. Grayscale: #242424. Windows color (decimal): -13360382 or 140084. OLE color: 140084.
HSL color Cylindrical-coordinate representation of color #342302: hue angle of 39.6º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #342302 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 35 | 2 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.80 |
| HSL | 39.6º | 0.93% | 0.11% | - |
| HSV(B) | 39.6º | 0.96% | 0.2% | - |
| XYZ | 2.03 | 1.94 | 0.32 | - |
| YUV | 36.32 | 108.63 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 2 | 0 | 0.33 | 0.96 | 0.80 | 39.6 | 0.93 | 0.11 |
| Hex | 34 | 23 | 2 | 0 | 21 | 60 | 50 | 28 | 5D | B |
| Octal | 64 | 43 | 2 | 0 | 41 | 140 | 120 | 50 | 135 | 13 |
| Binary | 110100 | 100011 | 10 | 0 | 100001 | 1100000 | 1010000 | 101000 | 1011101 | 1011 |
Color Harmonies of #342302
Complementary color
Monochromatic Colors of #342302
Black with #342302
Text Example
Text Example
White with #342302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342302; }
p { color: rgb(52,35,2); }
H1.HeaderClassName
{
color: #342302;
}
.AnyTagClassName
{
color: #342302;
}
</style>
background-color css
<style>
a { background-color: #342302; }
a { background-color: rgb(52,35,2); }
div.DivClassName
{
background-color: #342302;
}
.BgClassName
{
background-color: #342302;
}
</style>
border-color css
<style>
span { border-color: #342302; }
span { border-color: rgb(52,35,2); }
td.TdClassName
{
border-color: #342302;
}
.TagClassName
{
border-color: #342302;
}
</style>