Shades of Black Magic #2F271B
Tints of Black Magic #2F271B
RGB
CMYK
RGB Variations
Color information
#2F271B (or 0x2F271B) is known color: Black Magic. HEX triplet: 2F, 27 and 1B. RGB value is (47,39,27). Sum of RGB (Red+Green+Blue) = 47+39+27=113 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.59% from 113); Green value is 39 (15.62% from 255 or 34.51% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 47 - color contains mainly: red. Hex color #2F271B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F271B is #D0D8E4. Grayscale: #282828. Windows color (decimal): -13687013 or 1779503. OLE color: 1779503.
HSL color Cylindrical-coordinate representation of color #2F271B: hue angle of 36º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F271B is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 39 | 27 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.82 |
| HSL | 36º | 0.27% | 0.15% | - |
| HSV(B) | 36º | 0.43% | 0.18% | - |
| XYZ | 2.1 | 2.13 | 1.34 | - |
| YUV | 40.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 39 | 27 | 0 | 0.17 | 0.43 | 0.82 | 36 | 0.27 | 0.15 |
| Hex | 2F | 27 | 1B | 0 | 11 | 2B | 52 | 24 | 1B | F |
| Octal | 57 | 47 | 33 | 0 | 21 | 53 | 122 | 44 | 33 | 17 |
| Binary | 101111 | 100111 | 11011 | 0 | 10001 | 101011 | 1010010 | 100100 | 11011 | 1111 |
Color Harmonies of #2F271B
Complementary color
Monochromatic Colors of #2F271B
Black with #2F271B
Text Example
Text Example
White with #2F271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F271B; }
p { color: rgb(47,39,27); }
H1.HeaderClassName
{
color: #2F271B;
}
.AnyTagClassName
{
color: #2F271B;
}
</style>
background-color css
<style>
a { background-color: #2F271B; }
a { background-color: rgb(47,39,27); }
div.DivClassName
{
background-color: #2F271B;
}
.BgClassName
{
background-color: #2F271B;
}
</style>
border-color css
<style>
span { border-color: #2F271B; }
span { border-color: rgb(47,39,27); }
td.TdClassName
{
border-color: #2F271B;
}
.TagClassName
{
border-color: #2F271B;
}
</style>