Shades of Black Magic #2C2418
Tints of Black Magic #2C2418
RGB
CMYK
RGB Variations
Color information
#2C2418 (or 0x2C2418) is known color: Black Magic. HEX triplet: 2C, 24 and 18. RGB value is (44,36,24). Sum of RGB (Red+Green+Blue) = 44+36+24=104 (13% of max value = 765). Red value is 44 (17.58% from 255 or 42.31% from 104); Green value is 36 (14.45% from 255 or 34.62% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2418 is #D3DBE7. Grayscale: #252525. Windows color (decimal): -13884392 or 1582124. OLE color: 1582124.
HSL color Cylindrical-coordinate representation of color #2C2418: hue angle of 36º degrees, saturation: 0.29, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2C2418 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 36 | 24 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.83 |
| HSL | 36º | 0.29% | 0.13% | - |
| HSV(B) | 36º | 0.45% | 0.17% | - |
| XYZ | 1.83 | 1.86 | 1.13 | - |
| YUV | 37.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 36 | 24 | 0 | 0.18 | 0.45 | 0.83 | 36 | 0.29 | 0.13 |
| Hex | 2C | 24 | 18 | 0 | 12 | 2D | 53 | 24 | 1D | D |
| Octal | 54 | 44 | 30 | 0 | 22 | 55 | 123 | 44 | 35 | 15 |
| Binary | 101100 | 100100 | 11000 | 0 | 10010 | 101101 | 1010011 | 100100 | 11101 | 1101 |
Color Harmonies of #2C2418
Complementary color
Monochromatic Colors of #2C2418
Black with #2C2418
Text Example
Text Example
White with #2C2418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2418; }
p { color: rgb(44,36,24); }
H1.HeaderClassName
{
color: #2C2418;
}
.AnyTagClassName
{
color: #2C2418;
}
</style>
background-color css
<style>
a { background-color: #2C2418; }
a { background-color: rgb(44,36,24); }
div.DivClassName
{
background-color: #2C2418;
}
.BgClassName
{
background-color: #2C2418;
}
</style>
border-color css
<style>
span { border-color: #2C2418; }
span { border-color: rgb(44,36,24); }
td.TdClassName
{
border-color: #2C2418;
}
.TagClassName
{
border-color: #2C2418;
}
</style>