Shades of Voodoo #3C353B
Tints of Voodoo #3C353B
RGB
CMYK
RGB Variations
Color information
#3C353B (or 0x3C353B) is known color: Voodoo. HEX triplet: 3C, 35 and 3B. RGB value is (60,53,59). Sum of RGB (Red+Green+Blue) = 60+53+59=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 60 - color contains mainly: red. Hex color #3C353B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C353B is #C3CAC4. Grayscale: #373737. Windows color (decimal): -12831429 or 3880252. OLE color: 3880252.
HSL color Cylindrical-coordinate representation of color #3C353B: hue angle of 308.57º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3C353B is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 53 | 59 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.76 |
| HSL | 308.57º | 0.06% | 0.22% | - |
| HSV(B) | 308.57º | 0.12% | 0.24% | - |
| XYZ | 3.93 | 3.82 | 4.67 | - |
| YUV | 55.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 53 | 59 | 0 | 0.12 | 0.02 | 0.76 | 308.57 | 0.06 | 0.22 |
| Hex | 3C | 35 | 3B | 0 | C | 2 | 4C | 135 | 6 | 16 |
| Octal | 74 | 65 | 73 | 0 | 14 | 2 | 114 | 465 | 6 | 26 |
| Binary | 111100 | 110101 | 111011 | 0 | 1100 | 10 | 1001100 | 100110101 | 110 | 10110 |
Color Harmonies of #3C353B
Complementary color
Monochromatic Colors of #3C353B
Black with #3C353B
Text Example
Text Example
White with #3C353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C353B; }
p { color: rgb(60,53,59); }
H1.HeaderClassName
{
color: #3C353B;
}
.AnyTagClassName
{
color: #3C353B;
}
</style>
background-color css
<style>
a { background-color: #3C353B; }
a { background-color: rgb(60,53,59); }
div.DivClassName
{
background-color: #3C353B;
}
.BgClassName
{
background-color: #3C353B;
}
</style>
border-color css
<style>
span { border-color: #3C353B; }
span { border-color: rgb(60,53,59); }
td.TdClassName
{
border-color: #3C353B;
}
.TagClassName
{
border-color: #3C353B;
}
</style>