Shades of Black Magic #2F2512
Tints of Black Magic #2F2512
RGB
CMYK
RGB Variations
Color information
#2F2512 (or 0x2F2512) is known color: Black Magic. HEX triplet: 2F, 25 and 12. RGB value is (47,37,18). Sum of RGB (Red+Green+Blue) = 47+37+18=102 (13% of max value = 765). Red value is 47 (18.75% from 255 or 46.08% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2512 is #D0DAED. Grayscale: #252525. Windows color (decimal): -13687534 or 1189167. OLE color: 1189167.
HSL color Cylindrical-coordinate representation of color #2F2512: hue angle of 39.31º 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 #2F2512 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 37 | 18 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.82 |
| HSL | 39.31º | 0.45% | 0.13% | - |
| HSV(B) | 39.31º | 0.62% | 0.18% | - |
| XYZ | 1.94 | 1.97 | 0.85 | - |
| YUV | 37.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 18 | 0 | 0.21 | 0.62 | 0.82 | 39.31 | 0.45 | 0.13 |
| Hex | 2F | 25 | 12 | 0 | 15 | 3E | 52 | 27 | 2D | D |
| Octal | 57 | 45 | 22 | 0 | 25 | 76 | 122 | 47 | 55 | 15 |
| Binary | 101111 | 100101 | 10010 | 0 | 10101 | 111110 | 1010010 | 100111 | 101101 | 1101 |
Color Harmonies of #2F2512
Complementary color
Monochromatic Colors of #2F2512
Black with #2F2512
Text Example
Text Example
White with #2F2512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2512; }
p { color: rgb(47,37,18); }
H1.HeaderClassName
{
color: #2F2512;
}
.AnyTagClassName
{
color: #2F2512;
}
</style>
background-color css
<style>
a { background-color: #2F2512; }
a { background-color: rgb(47,37,18); }
div.DivClassName
{
background-color: #2F2512;
}
.BgClassName
{
background-color: #2F2512;
}
</style>
border-color css
<style>
span { border-color: #2F2512; }
span { border-color: rgb(47,37,18); }
td.TdClassName
{
border-color: #2F2512;
}
.TagClassName
{
border-color: #2F2512;
}
</style>