Shades of Black Magic #291F10
Tints of Black Magic #291F10
RGB
CMYK
RGB Variations
Color information
#291F10 (or 0x291F10) is known color: Black Magic. HEX triplet: 29, 1F and 10. RGB value is (41,31,16). Sum of RGB (Red+Green+Blue) = 41+31+16=88 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.59% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 41 - color contains mainly: red. Hex color #291F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291F10 is #D6E0EF. Grayscale: #202020. Windows color (decimal): -14082288 or 1056553. OLE color: 1056553.
HSL color Cylindrical-coordinate representation of color #291F10: hue angle of 36º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #291F10 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 31 | 16 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.84 |
| HSL | 36º | 0.44% | 0.11% | - |
| HSV(B) | 36º | 0.61% | 0.16% | - |
| XYZ | 1.5 | 1.49 | 0.7 | - |
| YUV | 32.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 16 | 0 | 0.24 | 0.61 | 0.84 | 36 | 0.44 | 0.11 |
| Hex | 29 | 1F | 10 | 0 | 18 | 3D | 54 | 24 | 2C | B |
| Octal | 51 | 37 | 20 | 0 | 30 | 75 | 124 | 44 | 54 | 13 |
| Binary | 101001 | 11111 | 10000 | 0 | 11000 | 111101 | 1010100 | 100100 | 101100 | 1011 |
Color Harmonies of #291F10
Complementary color
Monochromatic Colors of #291F10
Black with #291F10
Text Example
Text Example
White with #291F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291F10; }
p { color: rgb(41,31,16); }
H1.HeaderClassName
{
color: #291F10;
}
.AnyTagClassName
{
color: #291F10;
}
</style>
background-color css
<style>
a { background-color: #291F10; }
a { background-color: rgb(41,31,16); }
div.DivClassName
{
background-color: #291F10;
}
.BgClassName
{
background-color: #291F10;
}
</style>
border-color css
<style>
span { border-color: #291F10; }
span { border-color: rgb(41,31,16); }
td.TdClassName
{
border-color: #291F10;
}
.TagClassName
{
border-color: #291F10;
}
</style>