Shades of Black Magic #291D05
Tints of Black Magic #291D05
RGB
CMYK
RGB Variations
Color information
#291D05 (or 0x291D05) is known color: Black Magic. HEX triplet: 29, 1D and 05. RGB value is (41,29,5). Sum of RGB (Red+Green+Blue) = 41+29+5=75 (9% of max value = 765). Red value is 41 (16.41% from 255 or 54.67% from 75); Green value is 29 (11.72% from 255 or 38.67% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 41 - color contains mainly: red. Hex color #291D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291D05 is #D6E2FA. Grayscale: #1D1D1D. Windows color (decimal): -14082811 or 335145. OLE color: 335145.
HSL color Cylindrical-coordinate representation of color #291D05: hue angle of 40º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291D05 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 29 | 5 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.84 |
| HSL | 40º | 0.78% | 0.09% | - |
| HSV(B) | 40º | 0.88% | 0.16% | - |
| XYZ | 1.38 | 1.36 | 0.33 | - |
| YUV | 29.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 29 | 5 | 0 | 0.29 | 0.88 | 0.84 | 40 | 0.78 | 0.09 |
| Hex | 29 | 1D | 5 | 0 | 1D | 58 | 54 | 28 | 4E | 9 |
| Octal | 51 | 35 | 5 | 0 | 35 | 130 | 124 | 50 | 116 | 11 |
| Binary | 101001 | 11101 | 101 | 0 | 11101 | 1011000 | 1010100 | 101000 | 1001110 | 1001 |
Color Harmonies of #291D05
Complementary color
Monochromatic Colors of #291D05
Black with #291D05
Text Example
Text Example
White with #291D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291D05; }
p { color: rgb(41,29,5); }
H1.HeaderClassName
{
color: #291D05;
}
.AnyTagClassName
{
color: #291D05;
}
</style>
background-color css
<style>
a { background-color: #291D05; }
a { background-color: rgb(41,29,5); }
div.DivClassName
{
background-color: #291D05;
}
.BgClassName
{
background-color: #291D05;
}
</style>
border-color css
<style>
span { border-color: #291D05; }
span { border-color: rgb(41,29,5); }
td.TdClassName
{
border-color: #291D05;
}
.TagClassName
{
border-color: #291D05;
}
</style>