Shades of Voodoo #3C3239
Tints of Voodoo #3C3239
RGB
CMYK
RGB Variations
Color information
#3C3239 (or 0x3C3239) is known color: Voodoo. HEX triplet: 3C, 32 and 39. RGB value is (60,50,57). Sum of RGB (Red+Green+Blue) = 60+50+57=167 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.93% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3239 is #C3CDC6. Grayscale: #353535. Windows color (decimal): -12832199 or 3748412. OLE color: 3748412.
HSL color Cylindrical-coordinate representation of color #3C3239: hue angle of 318º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3C3239 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 50 | 57 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.76 |
| HSL | 318º | 0.09% | 0.22% | - |
| HSV(B) | 318º | 0.17% | 0.24% | - |
| XYZ | 3.74 | 3.54 | 4.36 | - |
| YUV | 53.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 57 | 0 | 0.17 | 0.05 | 0.76 | 318 | 0.09 | 0.22 |
| Hex | 3C | 32 | 39 | 0 | 11 | 5 | 4C | 13E | 9 | 16 |
| Octal | 74 | 62 | 71 | 0 | 21 | 5 | 114 | 476 | 11 | 26 |
| Binary | 111100 | 110010 | 111001 | 0 | 10001 | 101 | 1001100 | 100111110 | 1001 | 10110 |
Color Harmonies of #3C3239
Complementary color
Monochromatic Colors of #3C3239
Black with #3C3239
Text Example
Text Example
White with #3C3239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3239; }
p { color: rgb(60,50,57); }
H1.HeaderClassName
{
color: #3C3239;
}
.AnyTagClassName
{
color: #3C3239;
}
</style>
background-color css
<style>
a { background-color: #3C3239; }
a { background-color: rgb(60,50,57); }
div.DivClassName
{
background-color: #3C3239;
}
.BgClassName
{
background-color: #3C3239;
}
</style>
border-color css
<style>
span { border-color: #3C3239; }
span { border-color: rgb(60,50,57); }
td.TdClassName
{
border-color: #3C3239;
}
.TagClassName
{
border-color: #3C3239;
}
</style>