Shades of Black Magic #291F0D
Tints of Black Magic #291F0D
RGB
CMYK
RGB Variations
Color information
#291F0D (or 0x291F0D) is known color: Black Magic. HEX triplet: 29, 1F and 0D. RGB value is (41,31,13). Sum of RGB (Red+Green+Blue) = 41+31+13=85 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.24% from 85); Green value is 31 (12.5% from 255 or 36.47% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 41 - color contains mainly: red. Hex color #291F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291F0D is #D6E0F2. Grayscale: #202020. Windows color (decimal): -14082291 or 859945. OLE color: 859945.
HSL color Cylindrical-coordinate representation of color #291F0D: hue angle of 38.57º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #291F0D is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 31 | 13 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.84 |
| HSL | 38.57º | 0.52% | 0.11% | - |
| HSV(B) | 38.57º | 0.68% | 0.16% | - |
| XYZ | 1.48 | 1.48 | 0.59 | - |
| YUV | 31.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 13 | 0 | 0.24 | 0.68 | 0.84 | 38.57 | 0.52 | 0.11 |
| Hex | 29 | 1F | D | 0 | 18 | 44 | 54 | 27 | 34 | B |
| Octal | 51 | 37 | 15 | 0 | 30 | 104 | 124 | 47 | 64 | 13 |
| Binary | 101001 | 11111 | 1101 | 0 | 11000 | 1000100 | 1010100 | 100111 | 110100 | 1011 |
Color Harmonies of #291F0D
Complementary color
Monochromatic Colors of #291F0D
Black with #291F0D
Text Example
Text Example
White with #291F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291F0D; }
p { color: rgb(41,31,13); }
H1.HeaderClassName
{
color: #291F0D;
}
.AnyTagClassName
{
color: #291F0D;
}
</style>
background-color css
<style>
a { background-color: #291F0D; }
a { background-color: rgb(41,31,13); }
div.DivClassName
{
background-color: #291F0D;
}
.BgClassName
{
background-color: #291F0D;
}
</style>
border-color css
<style>
span { border-color: #291F0D; }
span { border-color: rgb(41,31,13); }
td.TdClassName
{
border-color: #291F0D;
}
.TagClassName
{
border-color: #291F0D;
}
</style>