Shades of Black Magic #2F291F
Tints of Black Magic #2F291F
RGB
CMYK
RGB Variations
Color information
#2F291F (or 0x2F291F) is known color: Black Magic. HEX triplet: 2F, 29 and 1F. RGB value is (47,41,31). Sum of RGB (Red+Green+Blue) = 47+41+31=119 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.50% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 47 - color contains mainly: red. Hex color #2F291F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F291F is #D0D6E0. Grayscale: #292929. Windows color (decimal): -13686497 or 2042159. OLE color: 2042159.
HSL color Cylindrical-coordinate representation of color #2F291F: hue angle of 37.5º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2F291F is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 41 | 31 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.82 |
| HSL | 37.5º | 0.21% | 0.15% | - |
| HSV(B) | 37.5º | 0.34% | 0.18% | - |
| XYZ | 2.21 | 2.29 | 1.62 | - |
| YUV | 41.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 41 | 31 | 0 | 0.13 | 0.34 | 0.82 | 37.5 | 0.21 | 0.15 |
| Hex | 2F | 29 | 1F | 0 | D | 22 | 52 | 26 | 15 | F |
| Octal | 57 | 51 | 37 | 0 | 15 | 42 | 122 | 46 | 25 | 17 |
| Binary | 101111 | 101001 | 11111 | 0 | 1101 | 100010 | 1010010 | 100110 | 10101 | 1111 |
Color Harmonies of #2F291F
Complementary color
Monochromatic Colors of #2F291F
Black with #2F291F
Text Example
Text Example
White with #2F291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F291F; }
p { color: rgb(47,41,31); }
H1.HeaderClassName
{
color: #2F291F;
}
.AnyTagClassName
{
color: #2F291F;
}
</style>
background-color css
<style>
a { background-color: #2F291F; }
a { background-color: rgb(47,41,31); }
div.DivClassName
{
background-color: #2F291F;
}
.BgClassName
{
background-color: #2F291F;
}
</style>
border-color css
<style>
span { border-color: #2F291F; }
span { border-color: rgb(47,41,31); }
td.TdClassName
{
border-color: #2F291F;
}
.TagClassName
{
border-color: #2F291F;
}
</style>