Shades of Black Magic #3C2D11
Tints of Black Magic #3C2D11
RGB
CMYK
RGB Variations
Color information
#3C2D11 (or 0x3C2D11) is known color: Black Magic. HEX triplet: 3C, 2D and 11. RGB value is (60,45,17). Sum of RGB (Red+Green+Blue) = 60+45+17=122 (16% of max value = 765). Red value is 60 (23.83% from 255 or 49.18% from 122); Green value is 45 (17.97% from 255 or 36.89% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2D11 is #C3D2EE. Grayscale: #2E2E2E. Windows color (decimal): -12833519 or 1125692. OLE color: 1125692.
HSL color Cylindrical-coordinate representation of color #3C2D11: hue angle of 39.07º 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 #3C2D11 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 45 | 17 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.76 |
| HSL | 39.07º | 0.56% | 0.15% | - |
| HSV(B) | 39.07º | 0.72% | 0.24% | - |
| XYZ | 2.9 | 2.88 | 0.93 | - |
| YUV | 46.29 | 111.47 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 45 | 17 | 0 | 0.25 | 0.72 | 0.76 | 39.07 | 0.56 | 0.15 |
| Hex | 3C | 2D | 11 | 0 | 19 | 48 | 4C | 27 | 38 | F |
| Octal | 74 | 55 | 21 | 0 | 31 | 110 | 114 | 47 | 70 | 17 |
| Binary | 111100 | 101101 | 10001 | 0 | 11001 | 1001000 | 1001100 | 100111 | 111000 | 1111 |
Color Harmonies of #3C2D11
Complementary color
Monochromatic Colors of #3C2D11
Black with #3C2D11
Text Example
Text Example
White with #3C2D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2D11; }
p { color: rgb(60,45,17); }
H1.HeaderClassName
{
color: #3C2D11;
}
.AnyTagClassName
{
color: #3C2D11;
}
</style>
background-color css
<style>
a { background-color: #3C2D11; }
a { background-color: rgb(60,45,17); }
div.DivClassName
{
background-color: #3C2D11;
}
.BgClassName
{
background-color: #3C2D11;
}
</style>
border-color css
<style>
span { border-color: #3C2D11; }
span { border-color: rgb(60,45,17); }
td.TdClassName
{
border-color: #3C2D11;
}
.TagClassName
{
border-color: #3C2D11;
}
</style>