Shades of Black Magic #2F281D
Tints of Black Magic #2F281D
RGB
CMYK
RGB Variations
Color information
#2F281D (or 0x2F281D) is known color: Black Magic. HEX triplet: 2F, 28 and 1D. RGB value is (47,40,29). Sum of RGB (Red+Green+Blue) = 47+40+29=116 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.52% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 47 - color contains mainly: red. Hex color #2F281D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F281D is #D0D7E2. Grayscale: #282828. Windows color (decimal): -13686755 or 1910831. OLE color: 1910831.
HSL color Cylindrical-coordinate representation of color #2F281D: hue angle of 36.67º 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 #2F281D is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 40 | 29 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.82 |
| HSL | 36.67º | 0.24% | 0.15% | - |
| HSV(B) | 36.67º | 0.38% | 0.18% | - |
| XYZ | 2.15 | 2.21 | 1.48 | - |
| YUV | 40.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 29 | 0 | 0.15 | 0.38 | 0.82 | 36.67 | 0.24 | 0.15 |
| Hex | 2F | 28 | 1D | 0 | F | 26 | 52 | 25 | 18 | F |
| Octal | 57 | 50 | 35 | 0 | 17 | 46 | 122 | 45 | 30 | 17 |
| Binary | 101111 | 101000 | 11101 | 0 | 1111 | 100110 | 1010010 | 100101 | 11000 | 1111 |
Color Harmonies of #2F281D
Complementary color
Monochromatic Colors of #2F281D
Black with #2F281D
Text Example
Text Example
White with #2F281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F281D; }
p { color: rgb(47,40,29); }
H1.HeaderClassName
{
color: #2F281D;
}
.AnyTagClassName
{
color: #2F281D;
}
</style>
background-color css
<style>
a { background-color: #2F281D; }
a { background-color: rgb(47,40,29); }
div.DivClassName
{
background-color: #2F281D;
}
.BgClassName
{
background-color: #2F281D;
}
</style>
border-color css
<style>
span { border-color: #2F281D; }
span { border-color: rgb(47,40,29); }
td.TdClassName
{
border-color: #2F281D;
}
.TagClassName
{
border-color: #2F281D;
}
</style>