Shades of Black Magic #3C2B14
Tints of Black Magic #3C2B14
RGB
CMYK
RGB Variations
Color information
#3C2B14 (or 0x3C2B14) is known color: Black Magic. HEX triplet: 3C, 2B and 14. RGB value is (60,43,20). Sum of RGB (Red+Green+Blue) = 60+43+20=123 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.78% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2B14 is #C3D4EB. Grayscale: #2D2D2D. Windows color (decimal): -12834028 or 1321788. OLE color: 1321788.
HSL color Cylindrical-coordinate representation of color #3C2B14: hue angle of 34.5º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C2B14 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 43 | 20 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.76 |
| HSL | 34.5º | 0.5% | 0.16% | - |
| HSV(B) | 34.5º | 0.67% | 0.24% | - |
| XYZ | 2.85 | 2.74 | 1.04 | - |
| YUV | 45.46 | 113.63 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 43 | 20 | 0 | 0.28 | 0.67 | 0.76 | 34.5 | 0.5 | 0.16 |
| Hex | 3C | 2B | 14 | 0 | 1C | 43 | 4C | 22 | 32 | 10 |
| Octal | 74 | 53 | 24 | 0 | 34 | 103 | 114 | 42 | 62 | 20 |
| Binary | 111100 | 101011 | 10100 | 0 | 11100 | 1000011 | 1001100 | 100010 | 110010 | 10000 |
Color Harmonies of #3C2B14
Complementary color
Monochromatic Colors of #3C2B14
Black with #3C2B14
Text Example
Text Example
White with #3C2B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2B14; }
p { color: rgb(60,43,20); }
H1.HeaderClassName
{
color: #3C2B14;
}
.AnyTagClassName
{
color: #3C2B14;
}
</style>
background-color css
<style>
a { background-color: #3C2B14; }
a { background-color: rgb(60,43,20); }
div.DivClassName
{
background-color: #3C2B14;
}
.BgClassName
{
background-color: #3C2B14;
}
</style>
border-color css
<style>
span { border-color: #3C2B14; }
span { border-color: rgb(60,43,20); }
td.TdClassName
{
border-color: #3C2B14;
}
.TagClassName
{
border-color: #3C2B14;
}
</style>