Shades of Black Magic #3C2C14
Tints of Black Magic #3C2C14
RGB
CMYK
RGB Variations
Color information
#3C2C14 (or 0x3C2C14) is known color: Black Magic. HEX triplet: 3C, 2C and 14. RGB value is (60,44,20). Sum of RGB (Red+Green+Blue) = 60+44+20=124 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.39% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2C14 is #C3D3EB. Grayscale: #2E2E2E. Windows color (decimal): -12833772 or 1322044. OLE color: 1322044.
HSL color Cylindrical-coordinate representation of color #3C2C14: hue angle of 36º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C2C14 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 44 | 20 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.76 |
| HSL | 36º | 0.5% | 0.16% | - |
| HSV(B) | 36º | 0.67% | 0.24% | - |
| XYZ | 2.89 | 2.81 | 1.05 | - |
| YUV | 46.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 44 | 20 | 0 | 0.27 | 0.67 | 0.76 | 36 | 0.5 | 0.16 |
| Hex | 3C | 2C | 14 | 0 | 1B | 43 | 4C | 24 | 32 | 10 |
| Octal | 74 | 54 | 24 | 0 | 33 | 103 | 114 | 44 | 62 | 20 |
| Binary | 111100 | 101100 | 10100 | 0 | 11011 | 1000011 | 1001100 | 100100 | 110010 | 10000 |
Color Harmonies of #3C2C14
Complementary color
Monochromatic Colors of #3C2C14
Black with #3C2C14
Text Example
Text Example
White with #3C2C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2C14; }
p { color: rgb(60,44,20); }
H1.HeaderClassName
{
color: #3C2C14;
}
.AnyTagClassName
{
color: #3C2C14;
}
</style>
background-color css
<style>
a { background-color: #3C2C14; }
a { background-color: rgb(60,44,20); }
div.DivClassName
{
background-color: #3C2C14;
}
.BgClassName
{
background-color: #3C2C14;
}
</style>
border-color css
<style>
span { border-color: #3C2C14; }
span { border-color: rgb(60,44,20); }
td.TdClassName
{
border-color: #3C2C14;
}
.TagClassName
{
border-color: #3C2C14;
}
</style>