Shades of Black Magic #34250C
Tints of Black Magic #34250C
RGB
CMYK
RGB Variations
Color information
#34250C (or 0x34250C) is known color: Black Magic. HEX triplet: 34, 25 and 0C. RGB value is (52,37,12). Sum of RGB (Red+Green+Blue) = 52+37+12=101 (13% of max value = 765). Red value is 52 (20.70% from 255 or 51.49% from 101); Green value is 37 (14.84% from 255 or 36.63% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 52 - color contains mainly: red. Hex color #34250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34250C is #CBDAF3. Grayscale: #262626. Windows color (decimal): -13359860 or 795956. OLE color: 795956.
HSL color Cylindrical-coordinate representation of color #34250C: hue angle of 37.5º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34250C is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 37 | 12 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.80 |
| HSL | 37.5º | 0.63% | 0.13% | - |
| HSV(B) | 37.5º | 0.77% | 0.2% | - |
| XYZ | 2.14 | 2.08 | 0.64 | - |
| YUV | 38.64 | 112.97 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 37 | 12 | 0 | 0.29 | 0.77 | 0.80 | 37.5 | 0.63 | 0.13 |
| Hex | 34 | 25 | C | 0 | 1D | 4D | 50 | 26 | 3E | D |
| Octal | 64 | 45 | 14 | 0 | 35 | 115 | 120 | 46 | 76 | 15 |
| Binary | 110100 | 100101 | 1100 | 0 | 11101 | 1001101 | 1010000 | 100110 | 111110 | 1101 |
Color Harmonies of #34250C
Complementary color
Monochromatic Colors of #34250C
Black with #34250C
Text Example
Text Example
White with #34250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34250C; }
p { color: rgb(52,37,12); }
H1.HeaderClassName
{
color: #34250C;
}
.AnyTagClassName
{
color: #34250C;
}
</style>
background-color css
<style>
a { background-color: #34250C; }
a { background-color: rgb(52,37,12); }
div.DivClassName
{
background-color: #34250C;
}
.BgClassName
{
background-color: #34250C;
}
</style>
border-color css
<style>
span { border-color: #34250C; }
span { border-color: rgb(52,37,12); }
td.TdClassName
{
border-color: #34250C;
}
.TagClassName
{
border-color: #34250C;
}
</style>