Shades of Black Magic #3C2805
Tints of Black Magic #3C2805
RGB
CMYK
RGB Variations
Color information
#3C2805 (or 0x3C2805) is known color: Black Magic. HEX triplet: 3C, 28 and 05. RGB value is (60,40,5). Sum of RGB (Red+Green+Blue) = 60+40+5=105 (13% of max value = 765). Red value is 60 (23.83% from 255 or 57.14% from 105); Green value is 40 (16.02% from 255 or 38.10% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2805 is #C3D7FA. Grayscale: #2A2A2A. Windows color (decimal): -12834811 or 337980. OLE color: 337980.
HSL color Cylindrical-coordinate representation of color #3C2805: hue angle of 38.18º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C2805 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 40 | 5 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.76 |
| HSL | 38.18º | 0.85% | 0.13% | - |
| HSV(B) | 38.18º | 0.92% | 0.24% | - |
| XYZ | 2.65 | 2.49 | 0.48 | - |
| YUV | 41.99 | 107.13 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 5 | 0 | 0.33 | 0.92 | 0.76 | 38.18 | 0.85 | 0.13 |
| Hex | 3C | 28 | 5 | 0 | 21 | 5C | 4C | 26 | 55 | D |
| Octal | 74 | 50 | 5 | 0 | 41 | 134 | 114 | 46 | 125 | 15 |
| Binary | 111100 | 101000 | 101 | 0 | 100001 | 1011100 | 1001100 | 100110 | 1010101 | 1101 |
Color Harmonies of #3C2805
Complementary color
Monochromatic Colors of #3C2805
Black with #3C2805
Text Example
Text Example
White with #3C2805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2805; }
p { color: rgb(60,40,5); }
H1.HeaderClassName
{
color: #3C2805;
}
.AnyTagClassName
{
color: #3C2805;
}
</style>
background-color css
<style>
a { background-color: #3C2805; }
a { background-color: rgb(60,40,5); }
div.DivClassName
{
background-color: #3C2805;
}
.BgClassName
{
background-color: #3C2805;
}
</style>
border-color css
<style>
span { border-color: #3C2805; }
span { border-color: rgb(60,40,5); }
td.TdClassName
{
border-color: #3C2805;
}
.TagClassName
{
border-color: #3C2805;
}
</style>