Shades of Black Magic #2F291D
Tints of Black Magic #2F291D
RGB
CMYK
RGB Variations
Color information
#2F291D (or 0x2F291D) is known color: Black Magic. HEX triplet: 2F, 29 and 1D. RGB value is (47,41,29). Sum of RGB (Red+Green+Blue) = 47+41+29=117 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.17% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 47 - color contains mainly: red. Hex color #2F291D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F291D is #D0D6E2. Grayscale: #292929. Windows color (decimal): -13686499 or 1911087. OLE color: 1911087.
HSL color Cylindrical-coordinate representation of color #2F291D: hue angle of 40º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2F291D is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 41 | 29 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.82 |
| HSL | 40º | 0.24% | 0.15% | - |
| HSV(B) | 40º | 0.38% | 0.18% | - |
| XYZ | 2.19 | 2.28 | 1.49 | - |
| YUV | 41.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 41 | 29 | 0 | 0.13 | 0.38 | 0.82 | 40 | 0.24 | 0.15 |
| Hex | 2F | 29 | 1D | 0 | D | 26 | 52 | 28 | 18 | F |
| Octal | 57 | 51 | 35 | 0 | 15 | 46 | 122 | 50 | 30 | 17 |
| Binary | 101111 | 101001 | 11101 | 0 | 1101 | 100110 | 1010010 | 101000 | 11000 | 1111 |
Color Harmonies of #2F291D
Complementary color
Monochromatic Colors of #2F291D
Black with #2F291D
Text Example
Text Example
White with #2F291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F291D; }
p { color: rgb(47,41,29); }
H1.HeaderClassName
{
color: #2F291D;
}
.AnyTagClassName
{
color: #2F291D;
}
</style>
background-color css
<style>
a { background-color: #2F291D; }
a { background-color: rgb(47,41,29); }
div.DivClassName
{
background-color: #2F291D;
}
.BgClassName
{
background-color: #2F291D;
}
</style>
border-color css
<style>
span { border-color: #2F291D; }
span { border-color: rgb(47,41,29); }
td.TdClassName
{
border-color: #2F291D;
}
.TagClassName
{
border-color: #2F291D;
}
</style>