Shades of Black Magic #3C2F1C
Tints of Black Magic #3C2F1C
RGB
CMYK
RGB Variations
Color information
#3C2F1C (or 0x3C2F1C) is known color: Black Magic. HEX triplet: 3C, 2F and 1C. RGB value is (60,47,28). Sum of RGB (Red+Green+Blue) = 60+47+28=135 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.44% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2F1C is #C3D0E3. Grayscale: #303030. Windows color (decimal): -12832996 or 1847100. OLE color: 1847100.
HSL color Cylindrical-coordinate representation of color #3C2F1C: hue angle of 35.62º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C2F1C is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 47 | 28 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.76 |
| HSL | 35.63º | 0.36% | 0.17% | - |
| HSV(B) | 35.63º | 0.53% | 0.24% | - |
| XYZ | 3.09 | 3.08 | 1.53 | - |
| YUV | 48.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 47 | 28 | 0 | 0.22 | 0.53 | 0.76 | 35.63 | 0.36 | 0.17 |
| Hex | 3C | 2F | 1C | 0 | 16 | 35 | 4C | 24 | 24 | 11 |
| Octal | 74 | 57 | 34 | 0 | 26 | 65 | 114 | 44 | 44 | 21 |
| Binary | 111100 | 101111 | 11100 | 0 | 10110 | 110101 | 1001100 | 100100 | 100100 | 10001 |
Color Harmonies of #3C2F1C
Complementary color
Monochromatic Colors of #3C2F1C
Black with #3C2F1C
Text Example
Text Example
White with #3C2F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2F1C; }
p { color: rgb(60,47,28); }
H1.HeaderClassName
{
color: #3C2F1C;
}
.AnyTagClassName
{
color: #3C2F1C;
}
</style>
background-color css
<style>
a { background-color: #3C2F1C; }
a { background-color: rgb(60,47,28); }
div.DivClassName
{
background-color: #3C2F1C;
}
.BgClassName
{
background-color: #3C2F1C;
}
</style>
border-color css
<style>
span { border-color: #3C2F1C; }
span { border-color: rgb(60,47,28); }
td.TdClassName
{
border-color: #3C2F1C;
}
.TagClassName
{
border-color: #3C2F1C;
}
</style>