Shades of Voodoo #3C2C39
Tints of Voodoo #3C2C39
RGB
CMYK
RGB Variations
Color information
#3C2C39 (or 0x3C2C39) is known color: Voodoo. HEX triplet: 3C, 2C and 39. RGB value is (60,44,57). Sum of RGB (Red+Green+Blue) = 60+44+57=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2C39 is #C3D3C6. Grayscale: #323232. Windows color (decimal): -12833735 or 3746876. OLE color: 3746876.
HSL color Cylindrical-coordinate representation of color #3C2C39: hue angle of 311.25º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3C2C39 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 44 | 57 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.76 |
| HSL | 311.25º | 0.15% | 0.2% | - |
| HSV(B) | 311.25º | 0.27% | 0.24% | - |
| XYZ | 3.5 | 3.06 | 4.28 | - |
| YUV | 50.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 44 | 57 | 0 | 0.27 | 0.05 | 0.76 | 311.25 | 0.15 | 0.2 |
| Hex | 3C | 2C | 39 | 0 | 1B | 5 | 4C | 137 | F | 14 |
| Octal | 74 | 54 | 71 | 0 | 33 | 5 | 114 | 467 | 17 | 24 |
| Binary | 111100 | 101100 | 111001 | 0 | 11011 | 101 | 1001100 | 100110111 | 1111 | 10100 |
Color Harmonies of #3C2C39
Complementary color
Monochromatic Colors of #3C2C39
Black with #3C2C39
Text Example
Text Example
White with #3C2C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2C39; }
p { color: rgb(60,44,57); }
H1.HeaderClassName
{
color: #3C2C39;
}
.AnyTagClassName
{
color: #3C2C39;
}
</style>
background-color css
<style>
a { background-color: #3C2C39; }
a { background-color: rgb(60,44,57); }
div.DivClassName
{
background-color: #3C2C39;
}
.BgClassName
{
background-color: #3C2C39;
}
</style>
border-color css
<style>
span { border-color: #3C2C39; }
span { border-color: rgb(60,44,57); }
td.TdClassName
{
border-color: #3C2C39;
}
.TagClassName
{
border-color: #3C2C39;
}
</style>