Shades of Black Magic #291C03
Tints of Black Magic #291C03
RGB
CMYK
RGB Variations
Color information
#291C03 (or 0x291C03) is known color: Black Magic. HEX triplet: 29, 1C and 03. RGB value is (41,28,3). Sum of RGB (Red+Green+Blue) = 41+28+3=72 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.94% from 72); Green value is 28 (11.33% from 255 or 38.89% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 41 - color contains mainly: red. Hex color #291C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291C03 is #D6E3FC. Grayscale: #1D1D1D. Windows color (decimal): -14083069 or 203817. OLE color: 203817.
HSL color Cylindrical-coordinate representation of color #291C03: hue angle of 39.47º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #291C03 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 28 | 3 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.84 |
| HSL | 39.47º | 0.86% | 0.09% | - |
| HSV(B) | 39.47º | 0.93% | 0.16% | - |
| XYZ | 1.35 | 1.31 | 0.27 | - |
| YUV | 29.04 | 113.31 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 3 | 0 | 0.32 | 0.93 | 0.84 | 39.47 | 0.86 | 0.09 |
| Hex | 29 | 1C | 3 | 0 | 20 | 5D | 54 | 27 | 56 | 9 |
| Octal | 51 | 34 | 3 | 0 | 40 | 135 | 124 | 47 | 126 | 11 |
| Binary | 101001 | 11100 | 11 | 0 | 100000 | 1011101 | 1010100 | 100111 | 1010110 | 1001 |
Color Harmonies of #291C03
Complementary color
Monochromatic Colors of #291C03
Black with #291C03
Text Example
Text Example
White with #291C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291C03; }
p { color: rgb(41,28,3); }
H1.HeaderClassName
{
color: #291C03;
}
.AnyTagClassName
{
color: #291C03;
}
</style>
background-color css
<style>
a { background-color: #291C03; }
a { background-color: rgb(41,28,3); }
div.DivClassName
{
background-color: #291C03;
}
.BgClassName
{
background-color: #291C03;
}
</style>
border-color css
<style>
span { border-color: #291C03; }
span { border-color: rgb(41,28,3); }
td.TdClassName
{
border-color: #291C03;
}
.TagClassName
{
border-color: #291C03;
}
</style>