Shades of Black Magic #2F220C
Tints of Black Magic #2F220C
RGB
CMYK
RGB Variations
Color information
#2F220C (or 0x2F220C) is known color: Black Magic. HEX triplet: 2F, 22 and 0C. RGB value is (47,34,12). Sum of RGB (Red+Green+Blue) = 47+34+12=93 (12% of max value = 765). Red value is 47 (18.75% from 255 or 50.54% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 47 - color contains mainly: red. Hex color #2F220C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F220C is #D0DDF3. Grayscale: #232323. Windows color (decimal): -13688308 or 795183. OLE color: 795183.
HSL color Cylindrical-coordinate representation of color #2F220C: hue angle of 37.71º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F220C is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 34 | 12 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.82 |
| HSL | 37.71º | 0.59% | 0.12% | - |
| HSV(B) | 37.71º | 0.74% | 0.18% | - |
| XYZ | 1.81 | 1.77 | 0.59 | - |
| YUV | 35.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 12 | 0 | 0.28 | 0.74 | 0.82 | 37.71 | 0.59 | 0.12 |
| Hex | 2F | 22 | C | 0 | 1C | 4A | 52 | 26 | 3B | C |
| Octal | 57 | 42 | 14 | 0 | 34 | 112 | 122 | 46 | 73 | 14 |
| Binary | 101111 | 100010 | 1100 | 0 | 11100 | 1001010 | 1010010 | 100110 | 111011 | 1100 |
Color Harmonies of #2F220C
Complementary color
Monochromatic Colors of #2F220C
Black with #2F220C
Text Example
Text Example
White with #2F220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F220C; }
p { color: rgb(47,34,12); }
H1.HeaderClassName
{
color: #2F220C;
}
.AnyTagClassName
{
color: #2F220C;
}
</style>
background-color css
<style>
a { background-color: #2F220C; }
a { background-color: rgb(47,34,12); }
div.DivClassName
{
background-color: #2F220C;
}
.BgClassName
{
background-color: #2F220C;
}
</style>
border-color css
<style>
span { border-color: #2F220C; }
span { border-color: rgb(47,34,12); }
td.TdClassName
{
border-color: #2F220C;
}
.TagClassName
{
border-color: #2F220C;
}
</style>