Shades of Black Magic #2C2107
Tints of Black Magic #2C2107
RGB
CMYK
RGB Variations
Color information
#2C2107 (or 0x2C2107) is known color: Black Magic. HEX triplet: 2C, 21 and 07. RGB value is (44,33,7). Sum of RGB (Red+Green+Blue) = 44+33+7=84 (11% of max value = 765). Red value is 44 (17.58% from 255 or 52.38% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 7 (3.12% from 255 or 8.33% from 84); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2107 is #D3DEF8. Grayscale: #212121. Windows color (decimal): -13885177 or 467244. OLE color: 467244.
HSL color Cylindrical-coordinate representation of color #2C2107: hue angle of 42.16º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C2107 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 33 | 7 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.83 |
| HSL | 42.16º | 0.73% | 0.1% | - |
| HSV(B) | 42.16º | 0.84% | 0.17% | - |
| XYZ | 1.62 | 1.64 | 0.43 | - |
| YUV | 33.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 33 | 7 | 0 | 0.25 | 0.84 | 0.83 | 42.16 | 0.73 | 0.1 |
| Hex | 2C | 21 | 7 | 0 | 19 | 54 | 53 | 2A | 49 | A |
| Octal | 54 | 41 | 7 | 0 | 31 | 124 | 123 | 52 | 111 | 12 |
| Binary | 101100 | 100001 | 111 | 0 | 11001 | 1010100 | 1010011 | 101010 | 1001001 | 1010 |
Color Harmonies of #2C2107
Complementary color
Monochromatic Colors of #2C2107
Black with #2C2107
Text Example
Text Example
White with #2C2107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2107; }
p { color: rgb(44,33,7); }
H1.HeaderClassName
{
color: #2C2107;
}
.AnyTagClassName
{
color: #2C2107;
}
</style>
background-color css
<style>
a { background-color: #2C2107; }
a { background-color: rgb(44,33,7); }
div.DivClassName
{
background-color: #2C2107;
}
.BgClassName
{
background-color: #2C2107;
}
</style>
border-color css
<style>
span { border-color: #2C2107; }
span { border-color: rgb(44,33,7); }
td.TdClassName
{
border-color: #2C2107;
}
.TagClassName
{
border-color: #2C2107;
}
</style>