Shades of Voodoo #3C3339
Tints of Voodoo #3C3339
RGB
CMYK
RGB Variations
Color information
#3C3339 (or 0x3C3339) is known color: Voodoo. HEX triplet: 3C, 33 and 39. RGB value is (60,51,57). Sum of RGB (Red+Green+Blue) = 60+51+57=168 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.71% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 57 (22.66% from 255 or 33.93% from 168); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3339 is #C3CCC6. Grayscale: #363636. Windows color (decimal): -12831943 or 3748668. OLE color: 3748668.
HSL color Cylindrical-coordinate representation of color #3C3339: hue angle of 320º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3C3339 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 51 | 57 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.76 |
| HSL | 320º | 0.08% | 0.22% | - |
| HSV(B) | 320º | 0.15% | 0.24% | - |
| XYZ | 3.79 | 3.62 | 4.37 | - |
| YUV | 54.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 57 | 0 | 0.15 | 0.05 | 0.76 | 320 | 0.08 | 0.22 |
| Hex | 3C | 33 | 39 | 0 | F | 5 | 4C | 140 | 8 | 16 |
| Octal | 74 | 63 | 71 | 0 | 17 | 5 | 114 | 500 | 10 | 26 |
| Binary | 111100 | 110011 | 111001 | 0 | 1111 | 101 | 1001100 | 101000000 | 1000 | 10110 |
Color Harmonies of #3C3339
Complementary color
Monochromatic Colors of #3C3339
Black with #3C3339
Text Example
Text Example
White with #3C3339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3339; }
p { color: rgb(60,51,57); }
H1.HeaderClassName
{
color: #3C3339;
}
.AnyTagClassName
{
color: #3C3339;
}
</style>
background-color css
<style>
a { background-color: #3C3339; }
a { background-color: rgb(60,51,57); }
div.DivClassName
{
background-color: #3C3339;
}
.BgClassName
{
background-color: #3C3339;
}
</style>
border-color css
<style>
span { border-color: #3C3339; }
span { border-color: rgb(60,51,57); }
td.TdClassName
{
border-color: #3C3339;
}
.TagClassName
{
border-color: #3C3339;
}
</style>