Shades of Black Magic #3C2B11
Tints of Black Magic #3C2B11
RGB
CMYK
RGB Variations
Color information
#3C2B11 (or 0x3C2B11) is known color: Black Magic. HEX triplet: 3C, 2B and 11. RGB value is (60,43,17). Sum of RGB (Red+Green+Blue) = 60+43+17=120 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50% from 120); Green value is 43 (17.19% from 255 or 35.83% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2B11 is #C3D4EE. Grayscale: #2D2D2D. Windows color (decimal): -12834031 or 1125180. OLE color: 1125180.
HSL color Cylindrical-coordinate representation of color #3C2B11: hue angle of 36.28º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C2B11 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 43 | 17 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.76 |
| HSL | 36.28º | 0.56% | 0.15% | - |
| HSV(B) | 36.28º | 0.72% | 0.24% | - |
| XYZ | 2.83 | 2.73 | 0.91 | - |
| YUV | 45.12 | 112.13 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 43 | 17 | 0 | 0.28 | 0.72 | 0.76 | 36.28 | 0.56 | 0.15 |
| Hex | 3C | 2B | 11 | 0 | 1C | 48 | 4C | 24 | 38 | F |
| Octal | 74 | 53 | 21 | 0 | 34 | 110 | 114 | 44 | 70 | 17 |
| Binary | 111100 | 101011 | 10001 | 0 | 11100 | 1001000 | 1001100 | 100100 | 111000 | 1111 |
Color Harmonies of #3C2B11
Complementary color
Monochromatic Colors of #3C2B11
Black with #3C2B11
Text Example
Text Example
White with #3C2B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2B11; }
p { color: rgb(60,43,17); }
H1.HeaderClassName
{
color: #3C2B11;
}
.AnyTagClassName
{
color: #3C2B11;
}
</style>
background-color css
<style>
a { background-color: #3C2B11; }
a { background-color: rgb(60,43,17); }
div.DivClassName
{
background-color: #3C2B11;
}
.BgClassName
{
background-color: #3C2B11;
}
</style>
border-color css
<style>
span { border-color: #3C2B11; }
span { border-color: rgb(60,43,17); }
td.TdClassName
{
border-color: #3C2B11;
}
.TagClassName
{
border-color: #3C2B11;
}
</style>