Shades of Voodoo #3F333C
Tints of Voodoo #3F333C
RGB
CMYK
RGB Variations
Color information
#3F333C (or 0x3F333C) is known color: Voodoo. HEX triplet: 3F, 33 and 3C. RGB value is (63,51,60). Sum of RGB (Red+Green+Blue) = 63+51+60=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 63 - color contains mainly: red. Hex color #3F333C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F333C is #C0CCC3. Grayscale: #373737. Windows color (decimal): -12635332 or 3945279. OLE color: 3945279.
HSL color Cylindrical-coordinate representation of color #3F333C: hue angle of 315º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3F333C is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 51 | 60 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.75 |
| HSL | 315º | 0.11% | 0.22% | - |
| HSV(B) | 315º | 0.19% | 0.25% | - |
| XYZ | 4.05 | 3.75 | 4.79 | - |
| YUV | 55.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 60 | 0 | 0.19 | 0.05 | 0.75 | 315 | 0.11 | 0.22 |
| Hex | 3F | 33 | 3C | 0 | 13 | 5 | 4B | 13B | B | 16 |
| Octal | 77 | 63 | 74 | 0 | 23 | 5 | 113 | 473 | 13 | 26 |
| Binary | 111111 | 110011 | 111100 | 0 | 10011 | 101 | 1001011 | 100111011 | 1011 | 10110 |
Color Harmonies of #3F333C
Complementary color
Monochromatic Colors of #3F333C
Black with #3F333C
Text Example
Text Example
White with #3F333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F333C; }
p { color: rgb(63,51,60); }
H1.HeaderClassName
{
color: #3F333C;
}
.AnyTagClassName
{
color: #3F333C;
}
</style>
background-color css
<style>
a { background-color: #3F333C; }
a { background-color: rgb(63,51,60); }
div.DivClassName
{
background-color: #3F333C;
}
.BgClassName
{
background-color: #3F333C;
}
</style>
border-color css
<style>
span { border-color: #3F333C; }
span { border-color: rgb(63,51,60); }
td.TdClassName
{
border-color: #3F333C;
}
.TagClassName
{
border-color: #3F333C;
}
</style>