Shades of Black Magic #29241B
Tints of Black Magic #29241B
RGB
CMYK
RGB Variations
Color information
#29241B (or 0x29241B) is known color: Black Magic. HEX triplet: 29, 24 and 1B. RGB value is (41,36,27). Sum of RGB (Red+Green+Blue) = 41+36+27=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 36 (14.45% from 255 or 34.62% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 41 - color contains mainly: red. Hex color #29241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29241B is #D6DBE4. Grayscale: #242424. Windows color (decimal): -14080997 or 1778729. OLE color: 1778729.
HSL color Cylindrical-coordinate representation of color #29241B: hue angle of 38.57º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #29241B is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 36 | 27 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.84 |
| HSL | 38.57º | 0.21% | 0.13% | - |
| HSV(B) | 38.57º | 0.34% | 0.16% | - |
| XYZ | 1.74 | 1.81 | 1.29 | - |
| YUV | 36.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 36 | 27 | 0 | 0.12 | 0.34 | 0.84 | 38.57 | 0.21 | 0.13 |
| Hex | 29 | 24 | 1B | 0 | C | 22 | 54 | 27 | 15 | D |
| Octal | 51 | 44 | 33 | 0 | 14 | 42 | 124 | 47 | 25 | 15 |
| Binary | 101001 | 100100 | 11011 | 0 | 1100 | 100010 | 1010100 | 100111 | 10101 | 1101 |
Color Harmonies of #29241B
Complementary color
Monochromatic Colors of #29241B
Black with #29241B
Text Example
Text Example
White with #29241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29241B; }
p { color: rgb(41,36,27); }
H1.HeaderClassName
{
color: #29241B;
}
.AnyTagClassName
{
color: #29241B;
}
</style>
background-color css
<style>
a { background-color: #29241B; }
a { background-color: rgb(41,36,27); }
div.DivClassName
{
background-color: #29241B;
}
.BgClassName
{
background-color: #29241B;
}
</style>
border-color css
<style>
span { border-color: #29241B; }
span { border-color: rgb(41,36,27); }
td.TdClassName
{
border-color: #29241B;
}
.TagClassName
{
border-color: #29241B;
}
</style>