Shades of Black Magic #2F2208
Tints of Black Magic #2F2208
RGB
CMYK
RGB Variations
Color information
#2F2208 (or 0x2F2208) is known color: Black Magic. HEX triplet: 2F, 22 and 08. RGB value is (47,34,8). Sum of RGB (Red+Green+Blue) = 47+34+8=89 (11% of max value = 765). Red value is 47 (18.75% from 255 or 52.81% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2208 is #D0DDF7. Grayscale: #232323. Windows color (decimal): -13688312 or 533039. OLE color: 533039.
HSL color Cylindrical-coordinate representation of color #2F2208: hue angle of 40º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F2208 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 34 | 8 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.82 |
| HSL | 40º | 0.71% | 0.11% | - |
| HSV(B) | 40º | 0.83% | 0.18% | - |
| XYZ | 1.79 | 1.77 | 0.48 | - |
| YUV | 34.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 8 | 0 | 0.28 | 0.83 | 0.82 | 40 | 0.71 | 0.11 |
| Hex | 2F | 22 | 8 | 0 | 1C | 53 | 52 | 28 | 47 | B |
| Octal | 57 | 42 | 10 | 0 | 34 | 123 | 122 | 50 | 107 | 13 |
| Binary | 101111 | 100010 | 1000 | 0 | 11100 | 1010011 | 1010010 | 101000 | 1000111 | 1011 |
Color Harmonies of #2F2208
Complementary color
Monochromatic Colors of #2F2208
Black with #2F2208
Text Example
Text Example
White with #2F2208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2208; }
p { color: rgb(47,34,8); }
H1.HeaderClassName
{
color: #2F2208;
}
.AnyTagClassName
{
color: #2F2208;
}
</style>
background-color css
<style>
a { background-color: #2F2208; }
a { background-color: rgb(47,34,8); }
div.DivClassName
{
background-color: #2F2208;
}
.BgClassName
{
background-color: #2F2208;
}
</style>
border-color css
<style>
span { border-color: #2F2208; }
span { border-color: rgb(47,34,8); }
td.TdClassName
{
border-color: #2F2208;
}
.TagClassName
{
border-color: #2F2208;
}
</style>