Shades of Black Magic #2C2006
Tints of Black Magic #2C2006
RGB
CMYK
RGB Variations
Color information
#2C2006 (or 0x2C2006) is known color: Black Magic. HEX triplet: 2C, 20 and 06. RGB value is (44,32,6). Sum of RGB (Red+Green+Blue) = 44+32+6=82 (10% of max value = 765). Red value is 44 (17.58% from 255 or 53.66% from 82); Green value is 32 (12.89% from 255 or 39.02% from 82); Blue value is 6 (2.73% from 255 or 7.32% from 82); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2006 is #D3DFF9. Grayscale: #202020. Windows color (decimal): -13885434 or 401452. OLE color: 401452.
HSL color Cylindrical-coordinate representation of color #2C2006: hue angle of 41.05º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C2006 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 32 | 6 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.83 |
| HSL | 41.05º | 0.76% | 0.1% | - |
| HSV(B) | 41.05º | 0.86% | 0.17% | - |
| XYZ | 1.59 | 1.58 | 0.39 | - |
| YUV | 32.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 32 | 6 | 0 | 0.27 | 0.86 | 0.83 | 41.05 | 0.76 | 0.1 |
| Hex | 2C | 20 | 6 | 0 | 1B | 56 | 53 | 29 | 4C | A |
| Octal | 54 | 40 | 6 | 0 | 33 | 126 | 123 | 51 | 114 | 12 |
| Binary | 101100 | 100000 | 110 | 0 | 11011 | 1010110 | 1010011 | 101001 | 1001100 | 1010 |
Color Harmonies of #2C2006
Complementary color
Monochromatic Colors of #2C2006
Black with #2C2006
Text Example
Text Example
White with #2C2006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2006; }
p { color: rgb(44,32,6); }
H1.HeaderClassName
{
color: #2C2006;
}
.AnyTagClassName
{
color: #2C2006;
}
</style>
background-color css
<style>
a { background-color: #2C2006; }
a { background-color: rgb(44,32,6); }
div.DivClassName
{
background-color: #2C2006;
}
.BgClassName
{
background-color: #2C2006;
}
</style>
border-color css
<style>
span { border-color: #2C2006; }
span { border-color: rgb(44,32,6); }
td.TdClassName
{
border-color: #2C2006;
}
.TagClassName
{
border-color: #2C2006;
}
</style>