Shades of Black Magic #3C2E15
Tints of Black Magic #3C2E15
RGB
CMYK
RGB Variations
Color information
#3C2E15 (or 0x3C2E15) is known color: Black Magic. HEX triplet: 3C, 2E and 15. RGB value is (60,46,21). Sum of RGB (Red+Green+Blue) = 60+46+21=127 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.24% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2E15 is #C3D1EA. Grayscale: #2F2F2F. Windows color (decimal): -12833259 or 1388092. OLE color: 1388092.
HSL color Cylindrical-coordinate representation of color #3C2E15: hue angle of 38.46º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C2E15 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 46 | 21 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.76 |
| HSL | 38.46º | 0.48% | 0.16% | - |
| HSV(B) | 38.46º | 0.65% | 0.24% | - |
| XYZ | 2.98 | 2.97 | 1.13 | - |
| YUV | 47.34 | 113.14 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 46 | 21 | 0 | 0.23 | 0.65 | 0.76 | 38.46 | 0.48 | 0.16 |
| Hex | 3C | 2E | 15 | 0 | 17 | 41 | 4C | 26 | 30 | 10 |
| Octal | 74 | 56 | 25 | 0 | 27 | 101 | 114 | 46 | 60 | 20 |
| Binary | 111100 | 101110 | 10101 | 0 | 10111 | 1000001 | 1001100 | 100110 | 110000 | 10000 |
Color Harmonies of #3C2E15
Complementary color
Monochromatic Colors of #3C2E15
Black with #3C2E15
Text Example
Text Example
White with #3C2E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2E15; }
p { color: rgb(60,46,21); }
H1.HeaderClassName
{
color: #3C2E15;
}
.AnyTagClassName
{
color: #3C2E15;
}
</style>
background-color css
<style>
a { background-color: #3C2E15; }
a { background-color: rgb(60,46,21); }
div.DivClassName
{
background-color: #3C2E15;
}
.BgClassName
{
background-color: #3C2E15;
}
</style>
border-color css
<style>
span { border-color: #3C2E15; }
span { border-color: rgb(60,46,21); }
td.TdClassName
{
border-color: #3C2E15;
}
.TagClassName
{
border-color: #3C2E15;
}
</style>