Shades of Voodoo #3C333A
Tints of Voodoo #3C333A
RGB
CMYK
RGB Variations
Color information
#3C333A (or 0x3C333A) is known color: Voodoo. HEX triplet: 3C, 33 and 3A. RGB value is (60,51,58). Sum of RGB (Red+Green+Blue) = 60+51+58=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 60 - color contains mainly: red. Hex color #3C333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C333A is #C3CCC5. Grayscale: #363636. Windows color (decimal): -12831942 or 3814204. OLE color: 3814204.
HSL color Cylindrical-coordinate representation of color #3C333A: hue angle of 313.33º 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 #3C333A is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 51 | 58 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.76 |
| HSL | 313.33º | 0.08% | 0.22% | - |
| HSV(B) | 313.33º | 0.15% | 0.24% | - |
| XYZ | 3.81 | 3.63 | 4.5 | - |
| YUV | 54.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 58 | 0 | 0.15 | 0.03 | 0.76 | 313.33 | 0.08 | 0.22 |
| Hex | 3C | 33 | 3A | 0 | F | 3 | 4C | 139 | 8 | 16 |
| Octal | 74 | 63 | 72 | 0 | 17 | 3 | 114 | 471 | 10 | 26 |
| Binary | 111100 | 110011 | 111010 | 0 | 1111 | 11 | 1001100 | 100111001 | 1000 | 10110 |
Color Harmonies of #3C333A
Complementary color
Monochromatic Colors of #3C333A
Black with #3C333A
Text Example
Text Example
White with #3C333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C333A; }
p { color: rgb(60,51,58); }
H1.HeaderClassName
{
color: #3C333A;
}
.AnyTagClassName
{
color: #3C333A;
}
</style>
background-color css
<style>
a { background-color: #3C333A; }
a { background-color: rgb(60,51,58); }
div.DivClassName
{
background-color: #3C333A;
}
.BgClassName
{
background-color: #3C333A;
}
</style>
border-color css
<style>
span { border-color: #3C333A; }
span { border-color: rgb(60,51,58); }
td.TdClassName
{
border-color: #3C333A;
}
.TagClassName
{
border-color: #3C333A;
}
</style>