Shades of Black Magic #34280E
Tints of Black Magic #34280E
RGB
CMYK
RGB Variations
Color information
#34280E (or 0x34280E) is known color: Black Magic. HEX triplet: 34, 28 and 0E. RGB value is (52,40,14). Sum of RGB (Red+Green+Blue) = 52+40+14=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 40 (16.02% from 255 or 37.74% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #34280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34280E is #CBD7F1. Grayscale: #282828. Windows color (decimal): -13359090 or 927796. OLE color: 927796.
HSL color Cylindrical-coordinate representation of color #34280E: hue angle of 41.05º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34280E is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 40 | 14 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.80 |
| HSL | 41.05º | 0.58% | 0.13% | - |
| HSV(B) | 41.05º | 0.73% | 0.2% | - |
| XYZ | 2.25 | 2.28 | 0.74 | - |
| YUV | 40.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 40 | 14 | 0 | 0.23 | 0.73 | 0.80 | 41.05 | 0.58 | 0.13 |
| Hex | 34 | 28 | E | 0 | 17 | 49 | 50 | 29 | 3A | D |
| Octal | 64 | 50 | 16 | 0 | 27 | 111 | 120 | 51 | 72 | 15 |
| Binary | 110100 | 101000 | 1110 | 0 | 10111 | 1001001 | 1010000 | 101001 | 111010 | 1101 |
Color Harmonies of #34280E
Complementary color
Monochromatic Colors of #34280E
Black with #34280E
Text Example
Text Example
White with #34280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34280E; }
p { color: rgb(52,40,14); }
H1.HeaderClassName
{
color: #34280E;
}
.AnyTagClassName
{
color: #34280E;
}
</style>
background-color css
<style>
a { background-color: #34280E; }
a { background-color: rgb(52,40,14); }
div.DivClassName
{
background-color: #34280E;
}
.BgClassName
{
background-color: #34280E;
}
</style>
border-color css
<style>
span { border-color: #34280E; }
span { border-color: rgb(52,40,14); }
td.TdClassName
{
border-color: #34280E;
}
.TagClassName
{
border-color: #34280E;
}
</style>