Shades of Black Magic #3C2F1B
Tints of Black Magic #3C2F1B
RGB
CMYK
RGB Variations
Color information
#3C2F1B (or 0x3C2F1B) is known color: Black Magic. HEX triplet: 3C, 2F and 1B. RGB value is (60,47,27). Sum of RGB (Red+Green+Blue) = 60+47+27=134 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.78% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2F1B is #C3D0E4. Grayscale: #303030. Windows color (decimal): -12832997 or 1781564. OLE color: 1781564.
HSL color Cylindrical-coordinate representation of color #3C2F1B: hue angle of 36.36º degrees, saturation: 0.38, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C2F1B is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 47 | 27 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.76 |
| HSL | 36.36º | 0.38% | 0.17% | - |
| HSV(B) | 36.36º | 0.55% | 0.24% | - |
| XYZ | 3.08 | 3.07 | 1.47 | - |
| YUV | 48.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 47 | 27 | 0 | 0.22 | 0.55 | 0.76 | 36.36 | 0.38 | 0.17 |
| Hex | 3C | 2F | 1B | 0 | 16 | 37 | 4C | 24 | 26 | 11 |
| Octal | 74 | 57 | 33 | 0 | 26 | 67 | 114 | 44 | 46 | 21 |
| Binary | 111100 | 101111 | 11011 | 0 | 10110 | 110111 | 1001100 | 100100 | 100110 | 10001 |
Color Harmonies of #3C2F1B
Complementary color
Monochromatic Colors of #3C2F1B
Black with #3C2F1B
Text Example
Text Example
White with #3C2F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2F1B; }
p { color: rgb(60,47,27); }
H1.HeaderClassName
{
color: #3C2F1B;
}
.AnyTagClassName
{
color: #3C2F1B;
}
</style>
background-color css
<style>
a { background-color: #3C2F1B; }
a { background-color: rgb(60,47,27); }
div.DivClassName
{
background-color: #3C2F1B;
}
.BgClassName
{
background-color: #3C2F1B;
}
</style>
border-color css
<style>
span { border-color: #3C2F1B; }
span { border-color: rgb(60,47,27); }
td.TdClassName
{
border-color: #3C2F1B;
}
.TagClassName
{
border-color: #3C2F1B;
}
</style>