Shades of Black Magic #3C2E19
Tints of Black Magic #3C2E19
RGB
CMYK
RGB Variations
Color information
#3C2E19 (or 0x3C2E19) is known color: Black Magic. HEX triplet: 3C, 2E and 19. RGB value is (60,46,25). Sum of RGB (Red+Green+Blue) = 60+46+25=131 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.80% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2E19 is #C3D1E6. Grayscale: #2F2F2F. Windows color (decimal): -12833255 or 1650236. OLE color: 1650236.
HSL color Cylindrical-coordinate representation of color #3C2E19: hue angle of 36º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C2E19 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 46 | 25 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.76 |
| HSL | 36º | 0.41% | 0.17% | - |
| HSV(B) | 36º | 0.58% | 0.24% | - |
| XYZ | 3.02 | 2.98 | 1.34 | - |
| YUV | 47.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 46 | 25 | 0 | 0.23 | 0.58 | 0.76 | 36 | 0.41 | 0.17 |
| Hex | 3C | 2E | 19 | 0 | 17 | 3A | 4C | 24 | 29 | 11 |
| Octal | 74 | 56 | 31 | 0 | 27 | 72 | 114 | 44 | 51 | 21 |
| Binary | 111100 | 101110 | 11001 | 0 | 10111 | 111010 | 1001100 | 100100 | 101001 | 10001 |
Color Harmonies of #3C2E19
Complementary color
Monochromatic Colors of #3C2E19
Black with #3C2E19
Text Example
Text Example
White with #3C2E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2E19; }
p { color: rgb(60,46,25); }
H1.HeaderClassName
{
color: #3C2E19;
}
.AnyTagClassName
{
color: #3C2E19;
}
</style>
background-color css
<style>
a { background-color: #3C2E19; }
a { background-color: rgb(60,46,25); }
div.DivClassName
{
background-color: #3C2E19;
}
.BgClassName
{
background-color: #3C2E19;
}
</style>
border-color css
<style>
span { border-color: #3C2E19; }
span { border-color: rgb(60,46,25); }
td.TdClassName
{
border-color: #3C2E19;
}
.TagClassName
{
border-color: #3C2E19;
}
</style>