Shades of Black Magic #2F281F
Tints of Black Magic #2F281F
RGB
CMYK
RGB Variations
Color information
#2F281F (or 0x2F281F) is known color: Black Magic. HEX triplet: 2F, 28 and 1F. RGB value is (47,40,31). Sum of RGB (Red+Green+Blue) = 47+40+31=118 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.83% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 47 - color contains mainly: red. Hex color #2F281F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F281F is #D0D7E0. Grayscale: #292929. Windows color (decimal): -13686753 or 2041903. OLE color: 2041903.
HSL color Cylindrical-coordinate representation of color #2F281F: hue angle of 33.75º 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 #2F281F is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 40 | 31 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.82 |
| HSL | 33.75º | 0.21% | 0.15% | - |
| HSV(B) | 33.75º | 0.34% | 0.18% | - |
| XYZ | 2.18 | 2.22 | 1.61 | - |
| YUV | 41.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 31 | 0 | 0.15 | 0.34 | 0.82 | 33.75 | 0.21 | 0.15 |
| Hex | 2F | 28 | 1F | 0 | F | 22 | 52 | 22 | 15 | F |
| Octal | 57 | 50 | 37 | 0 | 17 | 42 | 122 | 42 | 25 | 17 |
| Binary | 101111 | 101000 | 11111 | 0 | 1111 | 100010 | 1010010 | 100010 | 10101 | 1111 |
Color Harmonies of #2F281F
Complementary color
Monochromatic Colors of #2F281F
Black with #2F281F
Text Example
Text Example
White with #2F281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F281F; }
p { color: rgb(47,40,31); }
H1.HeaderClassName
{
color: #2F281F;
}
.AnyTagClassName
{
color: #2F281F;
}
</style>
background-color css
<style>
a { background-color: #2F281F; }
a { background-color: rgb(47,40,31); }
div.DivClassName
{
background-color: #2F281F;
}
.BgClassName
{
background-color: #2F281F;
}
</style>
border-color css
<style>
span { border-color: #2F281F; }
span { border-color: rgb(47,40,31); }
td.TdClassName
{
border-color: #2F281F;
}
.TagClassName
{
border-color: #2F281F;
}
</style>