Shades of Black Magic #3C2806
Tints of Black Magic #3C2806
RGB
CMYK
RGB Variations
Color information
#3C2806 (or 0x3C2806) is known color: Black Magic. HEX triplet: 3C, 28 and 06. RGB value is (60,40,6). Sum of RGB (Red+Green+Blue) = 60+40+6=106 (14% of max value = 765). Red value is 60 (23.83% from 255 or 56.60% from 106); Green value is 40 (16.02% from 255 or 37.74% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2806 is #C3D7F9. Grayscale: #2A2A2A. Windows color (decimal): -12834810 or 403516. OLE color: 403516.
HSL color Cylindrical-coordinate representation of color #3C2806: hue angle of 37.78º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C2806 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 40 | 6 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.76 |
| HSL | 37.78º | 0.82% | 0.13% | - |
| HSV(B) | 37.78º | 0.9% | 0.24% | - |
| XYZ | 2.66 | 2.49 | 0.51 | - |
| YUV | 42.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 6 | 0 | 0.33 | 0.90 | 0.76 | 37.78 | 0.82 | 0.13 |
| Hex | 3C | 28 | 6 | 0 | 21 | 5A | 4C | 26 | 52 | D |
| Octal | 74 | 50 | 6 | 0 | 41 | 132 | 114 | 46 | 122 | 15 |
| Binary | 111100 | 101000 | 110 | 0 | 100001 | 1011010 | 1001100 | 100110 | 1010010 | 1101 |
Color Harmonies of #3C2806
Complementary color
Monochromatic Colors of #3C2806
Black with #3C2806
Text Example
Text Example
White with #3C2806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2806; }
p { color: rgb(60,40,6); }
H1.HeaderClassName
{
color: #3C2806;
}
.AnyTagClassName
{
color: #3C2806;
}
</style>
background-color css
<style>
a { background-color: #3C2806; }
a { background-color: rgb(60,40,6); }
div.DivClassName
{
background-color: #3C2806;
}
.BgClassName
{
background-color: #3C2806;
}
</style>
border-color css
<style>
span { border-color: #3C2806; }
span { border-color: rgb(60,40,6); }
td.TdClassName
{
border-color: #3C2806;
}
.TagClassName
{
border-color: #3C2806;
}
</style>