Shades of Black Magic #2C200D
Tints of Black Magic #2C200D
RGB
CMYK
RGB Variations
Color information
#2C200D (or 0x2C200D) is known color: Black Magic. HEX triplet: 2C, 20 and 0D. RGB value is (44,32,13). Sum of RGB (Red+Green+Blue) = 44+32+13=89 (11% of max value = 765). Red value is 44 (17.58% from 255 or 49.44% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 44 - color contains mainly: red. Hex color #2C200D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C200D is #D3DFF2. Grayscale: #212121. Windows color (decimal): -13885427 or 860204. OLE color: 860204.
HSL color Cylindrical-coordinate representation of color #2C200D: hue angle of 36.77º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C200D is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 32 | 13 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.83 |
| HSL | 36.77º | 0.54% | 0.11% | - |
| HSV(B) | 36.77º | 0.7% | 0.17% | - |
| XYZ | 1.63 | 1.6 | 0.6 | - |
| YUV | 33.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 32 | 13 | 0 | 0.27 | 0.70 | 0.83 | 36.77 | 0.54 | 0.11 |
| Hex | 2C | 20 | D | 0 | 1B | 46 | 53 | 25 | 36 | B |
| Octal | 54 | 40 | 15 | 0 | 33 | 106 | 123 | 45 | 66 | 13 |
| Binary | 101100 | 100000 | 1101 | 0 | 11011 | 1000110 | 1010011 | 100101 | 110110 | 1011 |
Color Harmonies of #2C200D
Complementary color
Monochromatic Colors of #2C200D
Black with #2C200D
Text Example
Text Example
White with #2C200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C200D; }
p { color: rgb(44,32,13); }
H1.HeaderClassName
{
color: #2C200D;
}
.AnyTagClassName
{
color: #2C200D;
}
</style>
background-color css
<style>
a { background-color: #2C200D; }
a { background-color: rgb(44,32,13); }
div.DivClassName
{
background-color: #2C200D;
}
.BgClassName
{
background-color: #2C200D;
}
</style>
border-color css
<style>
span { border-color: #2C200D; }
span { border-color: rgb(44,32,13); }
td.TdClassName
{
border-color: #2C200D;
}
.TagClassName
{
border-color: #2C200D;
}
</style>