Shades of Black Magic #3C2D18
Tints of Black Magic #3C2D18
RGB
CMYK
RGB Variations
Color information
#3C2D18 (or 0x3C2D18) is known color: Black Magic. HEX triplet: 3C, 2D and 18. RGB value is (60,45,24). Sum of RGB (Red+Green+Blue) = 60+45+24=129 (17% of max value = 765). Red value is 60 (23.83% from 255 or 46.51% from 129); Green value is 45 (17.97% from 255 or 34.88% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2D18 is #C3D2E7. Grayscale: #2F2F2F. Windows color (decimal): -12833512 or 1584444. OLE color: 1584444.
HSL color Cylindrical-coordinate representation of color #3C2D18: hue angle of 35º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C2D18 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 45 | 24 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.76 |
| HSL | 35º | 0.43% | 0.16% | - |
| HSV(B) | 35º | 0.6% | 0.24% | - |
| XYZ | 2.97 | 2.9 | 1.27 | - |
| YUV | 47.09 | 114.97 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 45 | 24 | 0 | 0.25 | 0.60 | 0.76 | 35 | 0.43 | 0.16 |
| Hex | 3C | 2D | 18 | 0 | 19 | 3C | 4C | 23 | 2B | 10 |
| Octal | 74 | 55 | 30 | 0 | 31 | 74 | 114 | 43 | 53 | 20 |
| Binary | 111100 | 101101 | 11000 | 0 | 11001 | 111100 | 1001100 | 100011 | 101011 | 10000 |
Color Harmonies of #3C2D18
Complementary color
Monochromatic Colors of #3C2D18
Black with #3C2D18
Text Example
Text Example
White with #3C2D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2D18; }
p { color: rgb(60,45,24); }
H1.HeaderClassName
{
color: #3C2D18;
}
.AnyTagClassName
{
color: #3C2D18;
}
</style>
background-color css
<style>
a { background-color: #3C2D18; }
a { background-color: rgb(60,45,24); }
div.DivClassName
{
background-color: #3C2D18;
}
.BgClassName
{
background-color: #3C2D18;
}
</style>
border-color css
<style>
span { border-color: #3C2D18; }
span { border-color: rgb(60,45,24); }
td.TdClassName
{
border-color: #3C2D18;
}
.TagClassName
{
border-color: #3C2D18;
}
</style>