Shades of Black Magic #292014
Tints of Black Magic #292014
RGB
CMYK
RGB Variations
Color information
#292014 (or 0x292014) is known color: Black Magic. HEX triplet: 29, 20 and 14. RGB value is (41,32,20). Sum of RGB (Red+Green+Blue) = 41+32+20=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 41 - color contains mainly: red. Hex color #292014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292014 is #D6DFEB. Grayscale: #212121. Windows color (decimal): -14082028 or 1318953. OLE color: 1318953.
HSL color Cylindrical-coordinate representation of color #292014: hue angle of 34.29º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #292014 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 32 | 20 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.84 |
| HSL | 34.29º | 0.34% | 0.12% | - |
| HSV(B) | 34.29º | 0.51% | 0.16% | - |
| XYZ | 1.56 | 1.55 | 0.88 | - |
| YUV | 33.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 32 | 20 | 0 | 0.22 | 0.51 | 0.84 | 34.29 | 0.34 | 0.12 |
| Hex | 29 | 20 | 14 | 0 | 16 | 33 | 54 | 22 | 22 | C |
| Octal | 51 | 40 | 24 | 0 | 26 | 63 | 124 | 42 | 42 | 14 |
| Binary | 101001 | 100000 | 10100 | 0 | 10110 | 110011 | 1010100 | 100010 | 100010 | 1100 |
Color Harmonies of #292014
Complementary color
Monochromatic Colors of #292014
Black with #292014
Text Example
Text Example
White with #292014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292014; }
p { color: rgb(41,32,20); }
H1.HeaderClassName
{
color: #292014;
}
.AnyTagClassName
{
color: #292014;
}
</style>
background-color css
<style>
a { background-color: #292014; }
a { background-color: rgb(41,32,20); }
div.DivClassName
{
background-color: #292014;
}
.BgClassName
{
background-color: #292014;
}
</style>
border-color css
<style>
span { border-color: #292014; }
span { border-color: rgb(41,32,20); }
td.TdClassName
{
border-color: #292014;
}
.TagClassName
{
border-color: #292014;
}
</style>