Shades of Black Magic #3C2C0D
Tints of Black Magic #3C2C0D
RGB
CMYK
RGB Variations
Color information
#3C2C0D (or 0x3C2C0D) is known color: Black Magic. HEX triplet: 3C, 2C and 0D. RGB value is (60,44,13). Sum of RGB (Red+Green+Blue) = 60+44+13=117 (15% of max value = 765). Red value is 60 (23.83% from 255 or 51.28% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2C0D is #C3D3F2. Grayscale: #2D2D2D. Windows color (decimal): -12833779 or 863292. OLE color: 863292.
HSL color Cylindrical-coordinate representation of color #3C2C0D: hue angle of 39.57º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C2C0D is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 44 | 13 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.76 |
| HSL | 39.57º | 0.64% | 0.14% | - |
| HSV(B) | 39.57º | 0.78% | 0.24% | - |
| XYZ | 2.84 | 2.79 | 0.77 | - |
| YUV | 45.25 | 109.8 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 44 | 13 | 0 | 0.27 | 0.78 | 0.76 | 39.57 | 0.64 | 0.14 |
| Hex | 3C | 2C | D | 0 | 1B | 4E | 4C | 28 | 40 | E |
| Octal | 74 | 54 | 15 | 0 | 33 | 116 | 114 | 50 | 100 | 16 |
| Binary | 111100 | 101100 | 1101 | 0 | 11011 | 1001110 | 1001100 | 101000 | 1000000 | 1110 |
Color Harmonies of #3C2C0D
Complementary color
Monochromatic Colors of #3C2C0D
Black with #3C2C0D
Text Example
Text Example
White with #3C2C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2C0D; }
p { color: rgb(60,44,13); }
H1.HeaderClassName
{
color: #3C2C0D;
}
.AnyTagClassName
{
color: #3C2C0D;
}
</style>
background-color css
<style>
a { background-color: #3C2C0D; }
a { background-color: rgb(60,44,13); }
div.DivClassName
{
background-color: #3C2C0D;
}
.BgClassName
{
background-color: #3C2C0D;
}
</style>
border-color css
<style>
span { border-color: #3C2C0D; }
span { border-color: rgb(60,44,13); }
td.TdClassName
{
border-color: #3C2C0D;
}
.TagClassName
{
border-color: #3C2C0D;
}
</style>