Shades of Black Magic #292114
Tints of Black Magic #292114
RGB
CMYK
RGB Variations
Color information
#292114 (or 0x292114) is known color: Black Magic. HEX triplet: 29, 21 and 14. RGB value is (41,33,20). Sum of RGB (Red+Green+Blue) = 41+33+20=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 41 - color contains mainly: red. Hex color #292114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292114 is #D6DEEB. Grayscale: #212121. Windows color (decimal): -14081772 or 1319209. OLE color: 1319209.
HSL color Cylindrical-coordinate representation of color #292114: hue angle of 37.14º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #292114 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 33 | 20 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.84 |
| HSL | 37.14º | 0.34% | 0.12% | - |
| HSV(B) | 37.14º | 0.51% | 0.16% | - |
| XYZ | 1.58 | 1.61 | 0.89 | - |
| YUV | 33.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 33 | 20 | 0 | 0.20 | 0.51 | 0.84 | 37.14 | 0.34 | 0.12 |
| Hex | 29 | 21 | 14 | 0 | 14 | 33 | 54 | 25 | 22 | C |
| Octal | 51 | 41 | 24 | 0 | 24 | 63 | 124 | 45 | 42 | 14 |
| Binary | 101001 | 100001 | 10100 | 0 | 10100 | 110011 | 1010100 | 100101 | 100010 | 1100 |
Color Harmonies of #292114
Complementary color
Monochromatic Colors of #292114
Black with #292114
Text Example
Text Example
White with #292114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292114; }
p { color: rgb(41,33,20); }
H1.HeaderClassName
{
color: #292114;
}
.AnyTagClassName
{
color: #292114;
}
</style>
background-color css
<style>
a { background-color: #292114; }
a { background-color: rgb(41,33,20); }
div.DivClassName
{
background-color: #292114;
}
.BgClassName
{
background-color: #292114;
}
</style>
border-color css
<style>
span { border-color: #292114; }
span { border-color: rgb(41,33,20); }
td.TdClassName
{
border-color: #292114;
}
.TagClassName
{
border-color: #292114;
}
</style>