Shades of Black Magic #291D06
Tints of Black Magic #291D06
RGB
CMYK
RGB Variations
Color information
#291D06 (or 0x291D06) is known color: Black Magic. HEX triplet: 29, 1D and 06. RGB value is (41,29,6). Sum of RGB (Red+Green+Blue) = 41+29+6=76 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.95% from 76); Green value is 29 (11.72% from 255 or 38.16% from 76); Blue value is 6 (2.73% from 255 or 7.89% from 76); Max value from RGB is 41 - color contains mainly: red. Hex color #291D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291D06 is #D6E2F9. Grayscale: #1E1E1E. Windows color (decimal): -14082810 or 400681. OLE color: 400681.
HSL color Cylindrical-coordinate representation of color #291D06: hue angle of 39.43º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #291D06 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 29 | 6 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.84 |
| HSL | 39.43º | 0.74% | 0.09% | - |
| HSV(B) | 39.43º | 0.85% | 0.16% | - |
| XYZ | 1.39 | 1.36 | 0.36 | - |
| YUV | 29.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 29 | 6 | 0 | 0.29 | 0.85 | 0.84 | 39.43 | 0.74 | 0.09 |
| Hex | 29 | 1D | 6 | 0 | 1D | 55 | 54 | 27 | 4A | 9 |
| Octal | 51 | 35 | 6 | 0 | 35 | 125 | 124 | 47 | 112 | 11 |
| Binary | 101001 | 11101 | 110 | 0 | 11101 | 1010101 | 1010100 | 100111 | 1001010 | 1001 |
Color Harmonies of #291D06
Complementary color
Monochromatic Colors of #291D06
Black with #291D06
Text Example
Text Example
White with #291D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291D06; }
p { color: rgb(41,29,6); }
H1.HeaderClassName
{
color: #291D06;
}
.AnyTagClassName
{
color: #291D06;
}
</style>
background-color css
<style>
a { background-color: #291D06; }
a { background-color: rgb(41,29,6); }
div.DivClassName
{
background-color: #291D06;
}
.BgClassName
{
background-color: #291D06;
}
</style>
border-color css
<style>
span { border-color: #291D06; }
span { border-color: rgb(41,29,6); }
td.TdClassName
{
border-color: #291D06;
}
.TagClassName
{
border-color: #291D06;
}
</style>