Shades of Black Magic #2F2D29
Tints of Black Magic #2F2D29
RGB
CMYK
RGB Variations
Color information
#2F2D29 (or 0x2F2D29) is known color: Black Magic. HEX triplet: 2F, 2D and 29. RGB value is (47,45,41). Sum of RGB (Red+Green+Blue) = 47+45+41=133 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.34% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2D29 is #D0D2D6. Grayscale: #2D2D2D. Windows color (decimal): -13685463 or 2698543. OLE color: 2698543.
HSL color Cylindrical-coordinate representation of color #2F2D29: hue angle of 40º degrees, saturation: 0.07, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2F2D29 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 45 | 41 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.82 |
| HSL | 40º | 0.07% | 0.17% | - |
| HSV(B) | 40º | 0.13% | 0.18% | - |
| XYZ | 2.51 | 2.64 | 2.48 | - |
| YUV | 45.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 45 | 41 | 0 | 0.04 | 0.13 | 0.82 | 40 | 0.07 | 0.17 |
| Hex | 2F | 2D | 29 | 0 | 4 | D | 52 | 28 | 7 | 11 |
| Octal | 57 | 55 | 51 | 0 | 4 | 15 | 122 | 50 | 7 | 21 |
| Binary | 101111 | 101101 | 101001 | 0 | 100 | 1101 | 1010010 | 101000 | 111 | 10001 |
Color Harmonies of #2F2D29
Complementary color
Monochromatic Colors of #2F2D29
Black with #2F2D29
Text Example
Text Example
White with #2F2D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2D29; }
p { color: rgb(47,45,41); }
H1.HeaderClassName
{
color: #2F2D29;
}
.AnyTagClassName
{
color: #2F2D29;
}
</style>
background-color css
<style>
a { background-color: #2F2D29; }
a { background-color: rgb(47,45,41); }
div.DivClassName
{
background-color: #2F2D29;
}
.BgClassName
{
background-color: #2F2D29;
}
</style>
border-color css
<style>
span { border-color: #2F2D29; }
span { border-color: rgb(47,45,41); }
td.TdClassName
{
border-color: #2F2D29;
}
.TagClassName
{
border-color: #2F2D29;
}
</style>