Shades of Voodoo #3F333B
Tints of Voodoo #3F333B
RGB
CMYK
RGB Variations
Color information
#3F333B (or 0x3F333B) is known color: Voodoo. HEX triplet: 3F, 33 and 3B. RGB value is (63,51,59). Sum of RGB (Red+Green+Blue) = 63+51+59=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 63 - color contains mainly: red. Hex color #3F333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F333B is #C0CCC4. Grayscale: #373737. Windows color (decimal): -12635333 or 3879743. OLE color: 3879743.
HSL color Cylindrical-coordinate representation of color #3F333B: hue angle of 320º 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 #3F333B is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 51 | 59 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.75 |
| HSL | 320º | 0.11% | 0.22% | - |
| HSV(B) | 320º | 0.19% | 0.25% | - |
| XYZ | 4.02 | 3.74 | 4.65 | - |
| YUV | 55.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 59 | 0 | 0.19 | 0.06 | 0.75 | 320 | 0.11 | 0.22 |
| Hex | 3F | 33 | 3B | 0 | 13 | 6 | 4B | 140 | B | 16 |
| Octal | 77 | 63 | 73 | 0 | 23 | 6 | 113 | 500 | 13 | 26 |
| Binary | 111111 | 110011 | 111011 | 0 | 10011 | 110 | 1001011 | 101000000 | 1011 | 10110 |
Color Harmonies of #3F333B
Complementary color
Monochromatic Colors of #3F333B
Black with #3F333B
Text Example
Text Example
White with #3F333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F333B; }
p { color: rgb(63,51,59); }
H1.HeaderClassName
{
color: #3F333B;
}
.AnyTagClassName
{
color: #3F333B;
}
</style>
background-color css
<style>
a { background-color: #3F333B; }
a { background-color: rgb(63,51,59); }
div.DivClassName
{
background-color: #3F333B;
}
.BgClassName
{
background-color: #3F333B;
}
</style>
border-color css
<style>
span { border-color: #3F333B; }
span { border-color: rgb(63,51,59); }
td.TdClassName
{
border-color: #3F333B;
}
.TagClassName
{
border-color: #3F333B;
}
</style>