Shades of Voodoo #3C3039
Tints of Voodoo #3C3039
RGB
CMYK
RGB Variations
Color information
#3C3039 (or 0x3C3039) is known color: Voodoo. HEX triplet: 3C, 30 and 39. RGB value is (60,48,57). Sum of RGB (Red+Green+Blue) = 60+48+57=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 57 (22.66% from 255 or 34.55% from 165); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3039 is #C3CFC6. Grayscale: #343434. Windows color (decimal): -12832711 or 3747900. OLE color: 3747900.
HSL color Cylindrical-coordinate representation of color #3C3039: hue angle of 315º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3C3039 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 48 | 57 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.76 |
| HSL | 315º | 0.11% | 0.21% | - |
| HSV(B) | 315º | 0.2% | 0.24% | - |
| XYZ | 3.66 | 3.37 | 4.33 | - |
| YUV | 52.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 48 | 57 | 0 | 0.20 | 0.05 | 0.76 | 315 | 0.11 | 0.21 |
| Hex | 3C | 30 | 39 | 0 | 14 | 5 | 4C | 13B | B | 15 |
| Octal | 74 | 60 | 71 | 0 | 24 | 5 | 114 | 473 | 13 | 25 |
| Binary | 111100 | 110000 | 111001 | 0 | 10100 | 101 | 1001100 | 100111011 | 1011 | 10101 |
Color Harmonies of #3C3039
Complementary color
Monochromatic Colors of #3C3039
Black with #3C3039
Text Example
Text Example
White with #3C3039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3039; }
p { color: rgb(60,48,57); }
H1.HeaderClassName
{
color: #3C3039;
}
.AnyTagClassName
{
color: #3C3039;
}
</style>
background-color css
<style>
a { background-color: #3C3039; }
a { background-color: rgb(60,48,57); }
div.DivClassName
{
background-color: #3C3039;
}
.BgClassName
{
background-color: #3C3039;
}
</style>
border-color css
<style>
span { border-color: #3C3039; }
span { border-color: rgb(60,48,57); }
td.TdClassName
{
border-color: #3C3039;
}
.TagClassName
{
border-color: #3C3039;
}
</style>