Shades of Black Magic #34260D
Tints of Black Magic #34260D
RGB
CMYK
RGB Variations
Color information
#34260D (or 0x34260D) is known color: Black Magic. HEX triplet: 34, 26 and 0D. RGB value is (52,38,13). Sum of RGB (Red+Green+Blue) = 52+38+13=103 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.49% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 52 - color contains mainly: red. Hex color #34260D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34260D is #CBD9F2. Grayscale: #272727. Windows color (decimal): -13359603 or 861748. OLE color: 861748.
HSL color Cylindrical-coordinate representation of color #34260D: hue angle of 38.46º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34260D is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 38 | 13 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.80 |
| HSL | 38.46º | 0.6% | 0.13% | - |
| HSV(B) | 38.46º | 0.75% | 0.2% | - |
| XYZ | 2.18 | 2.15 | 0.68 | - |
| YUV | 39.34 | 113.14 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 38 | 13 | 0 | 0.27 | 0.75 | 0.80 | 38.46 | 0.6 | 0.13 |
| Hex | 34 | 26 | D | 0 | 1B | 4B | 50 | 26 | 3C | D |
| Octal | 64 | 46 | 15 | 0 | 33 | 113 | 120 | 46 | 74 | 15 |
| Binary | 110100 | 100110 | 1101 | 0 | 11011 | 1001011 | 1010000 | 100110 | 111100 | 1101 |
Color Harmonies of #34260D
Complementary color
Monochromatic Colors of #34260D
Black with #34260D
Text Example
Text Example
White with #34260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34260D; }
p { color: rgb(52,38,13); }
H1.HeaderClassName
{
color: #34260D;
}
.AnyTagClassName
{
color: #34260D;
}
</style>
background-color css
<style>
a { background-color: #34260D; }
a { background-color: rgb(52,38,13); }
div.DivClassName
{
background-color: #34260D;
}
.BgClassName
{
background-color: #34260D;
}
</style>
border-color css
<style>
span { border-color: #34260D; }
span { border-color: rgb(52,38,13); }
td.TdClassName
{
border-color: #34260D;
}
.TagClassName
{
border-color: #34260D;
}
</style>