Shades of Black Magic #3C2907
Tints of Black Magic #3C2907
RGB
CMYK
RGB Variations
Color information
#3C2907 (or 0x3C2907) is known color: Black Magic. HEX triplet: 3C, 29 and 07. RGB value is (60,41,7). Sum of RGB (Red+Green+Blue) = 60+41+7=108 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.56% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 7 (3.12% from 255 or 6.48% from 108); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2907 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2907 is #C3D6F8. Grayscale: #2A2A2A. Windows color (decimal): -12834553 or 469308. OLE color: 469308.
HSL color Cylindrical-coordinate representation of color #3C2907: hue angle of 38.49º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C2907 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 41 | 7 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.76 |
| HSL | 38.49º | 0.79% | 0.13% | - |
| HSV(B) | 38.49º | 0.88% | 0.24% | - |
| XYZ | 2.69 | 2.56 | 0.55 | - |
| YUV | 42.81 | 107.79 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 7 | 0 | 0.32 | 0.88 | 0.76 | 38.49 | 0.79 | 0.13 |
| Hex | 3C | 29 | 7 | 0 | 20 | 58 | 4C | 26 | 4F | D |
| Octal | 74 | 51 | 7 | 0 | 40 | 130 | 114 | 46 | 117 | 15 |
| Binary | 111100 | 101001 | 111 | 0 | 100000 | 1011000 | 1001100 | 100110 | 1001111 | 1101 |
Color Harmonies of #3C2907
Complementary color
Monochromatic Colors of #3C2907
Black with #3C2907
Text Example
Text Example
White with #3C2907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2907; }
p { color: rgb(60,41,7); }
H1.HeaderClassName
{
color: #3C2907;
}
.AnyTagClassName
{
color: #3C2907;
}
</style>
background-color css
<style>
a { background-color: #3C2907; }
a { background-color: rgb(60,41,7); }
div.DivClassName
{
background-color: #3C2907;
}
.BgClassName
{
background-color: #3C2907;
}
</style>
border-color css
<style>
span { border-color: #3C2907; }
span { border-color: rgb(60,41,7); }
td.TdClassName
{
border-color: #3C2907;
}
.TagClassName
{
border-color: #3C2907;
}
</style>