Shades of Black Magic #2F2514
Tints of Black Magic #2F2514
RGB
CMYK
RGB Variations
Color information
#2F2514 (or 0x2F2514) is known color: Black Magic. HEX triplet: 2F, 25 and 14. RGB value is (47,37,20). Sum of RGB (Red+Green+Blue) = 47+37+20=104 (13% of max value = 765). Red value is 47 (18.75% from 255 or 45.19% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2514 is #D0DAEB. Grayscale: #262626. Windows color (decimal): -13687532 or 1320239. OLE color: 1320239.
HSL color Cylindrical-coordinate representation of color #2F2514: hue angle of 37.78º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F2514 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 37 | 20 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.82 |
| HSL | 37.78º | 0.4% | 0.13% | - |
| HSV(B) | 37.78º | 0.57% | 0.18% | - |
| XYZ | 1.96 | 1.98 | 0.94 | - |
| YUV | 38.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 20 | 0 | 0.21 | 0.57 | 0.82 | 37.78 | 0.4 | 0.13 |
| Hex | 2F | 25 | 14 | 0 | 15 | 39 | 52 | 26 | 28 | D |
| Octal | 57 | 45 | 24 | 0 | 25 | 71 | 122 | 46 | 50 | 15 |
| Binary | 101111 | 100101 | 10100 | 0 | 10101 | 111001 | 1010010 | 100110 | 101000 | 1101 |
Color Harmonies of #2F2514
Complementary color
Monochromatic Colors of #2F2514
Black with #2F2514
Text Example
Text Example
White with #2F2514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2514; }
p { color: rgb(47,37,20); }
H1.HeaderClassName
{
color: #2F2514;
}
.AnyTagClassName
{
color: #2F2514;
}
</style>
background-color css
<style>
a { background-color: #2F2514; }
a { background-color: rgb(47,37,20); }
div.DivClassName
{
background-color: #2F2514;
}
.BgClassName
{
background-color: #2F2514;
}
</style>
border-color css
<style>
span { border-color: #2F2514; }
span { border-color: rgb(47,37,20); }
td.TdClassName
{
border-color: #2F2514;
}
.TagClassName
{
border-color: #2F2514;
}
</style>