Shades of Black Magic #291E0A
Tints of Black Magic #291E0A
RGB
CMYK
RGB Variations
Color information
#291E0A (or 0x291E0A) is known color: Black Magic. HEX triplet: 29, 1E and 0A. RGB value is (41,30,10). Sum of RGB (Red+Green+Blue) = 41+30+10=81 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50.62% from 81); Green value is 30 (12.11% from 255 or 37.04% from 81); Blue value is 10 (4.30% from 255 or 12.35% from 81); Max value from RGB is 41 - color contains mainly: red. Hex color #291E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291E0A is #D6E1F5. Grayscale: #1F1F1F. Windows color (decimal): -14082550 or 663081. OLE color: 663081.
HSL color Cylindrical-coordinate representation of color #291E0A: hue angle of 38.71º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #291E0A is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 30 | 10 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.84 |
| HSL | 38.71º | 0.61% | 0.1% | - |
| HSV(B) | 38.71º | 0.76% | 0.16% | - |
| XYZ | 1.43 | 1.42 | 0.49 | - |
| YUV | 31.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 30 | 10 | 0 | 0.27 | 0.76 | 0.84 | 38.71 | 0.61 | 0.1 |
| Hex | 29 | 1E | A | 0 | 1B | 4C | 54 | 27 | 3D | A |
| Octal | 51 | 36 | 12 | 0 | 33 | 114 | 124 | 47 | 75 | 12 |
| Binary | 101001 | 11110 | 1010 | 0 | 11011 | 1001100 | 1010100 | 100111 | 111101 | 1010 |
Color Harmonies of #291E0A
Complementary color
Monochromatic Colors of #291E0A
Black with #291E0A
Text Example
Text Example
White with #291E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291E0A; }
p { color: rgb(41,30,10); }
H1.HeaderClassName
{
color: #291E0A;
}
.AnyTagClassName
{
color: #291E0A;
}
</style>
background-color css
<style>
a { background-color: #291E0A; }
a { background-color: rgb(41,30,10); }
div.DivClassName
{
background-color: #291E0A;
}
.BgClassName
{
background-color: #291E0A;
}
</style>
border-color css
<style>
span { border-color: #291E0A; }
span { border-color: rgb(41,30,10); }
td.TdClassName
{
border-color: #291E0A;
}
.TagClassName
{
border-color: #291E0A;
}
</style>