Shades of Black Magic #34280B
Tints of Black Magic #34280B
RGB
CMYK
RGB Variations
Color information
#34280B (or 0x34280B) is known color: Black Magic. HEX triplet: 34, 28 and 0B. RGB value is (52,40,11). Sum of RGB (Red+Green+Blue) = 52+40+11=103 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.49% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 52 - color contains mainly: red. Hex color #34280B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34280B is #CBD7F4. Grayscale: #282828. Windows color (decimal): -13359093 or 731188. OLE color: 731188.
HSL color Cylindrical-coordinate representation of color #34280B: hue angle of 42.44º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34280B is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 40 | 11 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.80 |
| HSL | 42.44º | 0.65% | 0.12% | - |
| HSV(B) | 42.44º | 0.79% | 0.2% | - |
| XYZ | 2.24 | 2.27 | 0.64 | - |
| YUV | 40.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 40 | 11 | 0 | 0.23 | 0.79 | 0.80 | 42.44 | 0.65 | 0.12 |
| Hex | 34 | 28 | B | 0 | 17 | 4F | 50 | 2A | 41 | C |
| Octal | 64 | 50 | 13 | 0 | 27 | 117 | 120 | 52 | 101 | 14 |
| Binary | 110100 | 101000 | 1011 | 0 | 10111 | 1001111 | 1010000 | 101010 | 1000001 | 1100 |
Color Harmonies of #34280B
Complementary color
Monochromatic Colors of #34280B
Black with #34280B
Text Example
Text Example
White with #34280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34280B; }
p { color: rgb(52,40,11); }
H1.HeaderClassName
{
color: #34280B;
}
.AnyTagClassName
{
color: #34280B;
}
</style>
background-color css
<style>
a { background-color: #34280B; }
a { background-color: rgb(52,40,11); }
div.DivClassName
{
background-color: #34280B;
}
.BgClassName
{
background-color: #34280B;
}
</style>
border-color css
<style>
span { border-color: #34280B; }
span { border-color: rgb(52,40,11); }
td.TdClassName
{
border-color: #34280B;
}
.TagClassName
{
border-color: #34280B;
}
</style>