Shades of Voodoo #3F343B
Tints of Voodoo #3F343B
RGB
CMYK
RGB Variations
Color information
#3F343B (or 0x3F343B) is known color: Voodoo. HEX triplet: 3F, 34 and 3B. RGB value is (63,52,59). Sum of RGB (Red+Green+Blue) = 63+52+59=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 63 - color contains mainly: red. Hex color #3F343B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F343B is #C0CBC4. Grayscale: #383838. Windows color (decimal): -12635077 or 3879999. OLE color: 3879999.
HSL color Cylindrical-coordinate representation of color #3F343B: hue angle of 321.82º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3F343B is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 52 | 59 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.75 |
| HSL | 321.82º | 0.1% | 0.23% | - |
| HSV(B) | 321.82º | 0.17% | 0.25% | - |
| XYZ | 4.07 | 3.83 | 4.66 | - |
| YUV | 56.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 59 | 0 | 0.17 | 0.06 | 0.75 | 321.82 | 0.1 | 0.23 |
| Hex | 3F | 34 | 3B | 0 | 11 | 6 | 4B | 142 | A | 17 |
| Octal | 77 | 64 | 73 | 0 | 21 | 6 | 113 | 502 | 12 | 27 |
| Binary | 111111 | 110100 | 111011 | 0 | 10001 | 110 | 1001011 | 101000010 | 1010 | 10111 |
Color Harmonies of #3F343B
Complementary color
Monochromatic Colors of #3F343B
Black with #3F343B
Text Example
Text Example
White with #3F343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F343B; }
p { color: rgb(63,52,59); }
H1.HeaderClassName
{
color: #3F343B;
}
.AnyTagClassName
{
color: #3F343B;
}
</style>
background-color css
<style>
a { background-color: #3F343B; }
a { background-color: rgb(63,52,59); }
div.DivClassName
{
background-color: #3F343B;
}
.BgClassName
{
background-color: #3F343B;
}
</style>
border-color css
<style>
span { border-color: #3F343B; }
span { border-color: rgb(63,52,59); }
td.TdClassName
{
border-color: #3F343B;
}
.TagClassName
{
border-color: #3F343B;
}
</style>