Shades of Black Magic #292724
Tints of Black Magic #292724
RGB
CMYK
RGB Variations
Color information
#292724 (or 0x292724) is known color: Black Magic. HEX triplet: 29, 27 and 24. RGB value is (41,39,36). Sum of RGB (Red+Green+Blue) = 41+39+36=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 41 - color contains mainly: red. Hex color #292724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292724 is #D6D8DB. Grayscale: #272727. Windows color (decimal): -14080220 or 2369321. OLE color: 2369321.
HSL color Cylindrical-coordinate representation of color #292724: hue angle of 36º degrees, saturation: 0.06, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #292724 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 39 | 36 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.84 |
| HSL | 36º | 0.06% | 0.15% | - |
| HSV(B) | 36º | 0.12% | 0.16% | - |
| XYZ | 1.96 | 2.05 | 1.96 | - |
| YUV | 39.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 39 | 36 | 0 | 0.05 | 0.12 | 0.84 | 36 | 0.06 | 0.15 |
| Hex | 29 | 27 | 24 | 0 | 5 | C | 54 | 24 | 6 | F |
| Octal | 51 | 47 | 44 | 0 | 5 | 14 | 124 | 44 | 6 | 17 |
| Binary | 101001 | 100111 | 100100 | 0 | 101 | 1100 | 1010100 | 100100 | 110 | 1111 |
Color Harmonies of #292724
Complementary color
Monochromatic Colors of #292724
Black with #292724
Text Example
Text Example
White with #292724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292724; }
p { color: rgb(41,39,36); }
H1.HeaderClassName
{
color: #292724;
}
.AnyTagClassName
{
color: #292724;
}
</style>
background-color css
<style>
a { background-color: #292724; }
a { background-color: rgb(41,39,36); }
div.DivClassName
{
background-color: #292724;
}
.BgClassName
{
background-color: #292724;
}
</style>
border-color css
<style>
span { border-color: #292724; }
span { border-color: rgb(41,39,36); }
td.TdClassName
{
border-color: #292724;
}
.TagClassName
{
border-color: #292724;
}
</style>