Shades of Black Magic #2F2712
Tints of Black Magic #2F2712
RGB
CMYK
RGB Variations
Color information
#2F2712 (or 0x2F2712) is known color: Black Magic. HEX triplet: 2F, 27 and 12. RGB value is (47,39,18). Sum of RGB (Red+Green+Blue) = 47+39+18=104 (13% of max value = 765). Red value is 47 (18.75% from 255 or 45.19% from 104); Green value is 39 (15.62% from 255 or 37.5% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2712 is #D0D8ED. Grayscale: #272727. Windows color (decimal): -13687022 or 1189679. OLE color: 1189679.
HSL color Cylindrical-coordinate representation of color #2F2712: hue angle of 43.45º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F2712 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 39 | 18 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.82 |
| HSL | 43.45º | 0.45% | 0.13% | - |
| HSV(B) | 43.45º | 0.62% | 0.18% | - |
| XYZ | 2.01 | 2.1 | 0.87 | - |
| YUV | 39 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 39 | 18 | 0 | 0.17 | 0.62 | 0.82 | 43.45 | 0.45 | 0.13 |
| Hex | 2F | 27 | 12 | 0 | 11 | 3E | 52 | 2B | 2D | D |
| Octal | 57 | 47 | 22 | 0 | 21 | 76 | 122 | 53 | 55 | 15 |
| Binary | 101111 | 100111 | 10010 | 0 | 10001 | 111110 | 1010010 | 101011 | 101101 | 1101 |
Color Harmonies of #2F2712
Complementary color
Monochromatic Colors of #2F2712
Black with #2F2712
Text Example
Text Example
White with #2F2712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2712; }
p { color: rgb(47,39,18); }
H1.HeaderClassName
{
color: #2F2712;
}
.AnyTagClassName
{
color: #2F2712;
}
</style>
background-color css
<style>
a { background-color: #2F2712; }
a { background-color: rgb(47,39,18); }
div.DivClassName
{
background-color: #2F2712;
}
.BgClassName
{
background-color: #2F2712;
}
</style>
border-color css
<style>
span { border-color: #2F2712; }
span { border-color: rgb(47,39,18); }
td.TdClassName
{
border-color: #2F2712;
}
.TagClassName
{
border-color: #2F2712;
}
</style>