Shades of Voodoo #3F323B
Tints of Voodoo #3F323B
RGB
CMYK
RGB Variations
Color information
#3F323B (or 0x3F323B) is known color: Voodoo. HEX triplet: 3F, 32 and 3B. RGB value is (63,50,59). Sum of RGB (Red+Green+Blue) = 63+50+59=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 63 - color contains mainly: red. Hex color #3F323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F323B is #C0CDC4. Grayscale: #363636. Windows color (decimal): -12635589 or 3879487. OLE color: 3879487.
HSL color Cylindrical-coordinate representation of color #3F323B: hue angle of 318.46º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F323B is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 50 | 59 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.75 |
| HSL | 318.46º | 0.12% | 0.22% | - |
| HSV(B) | 318.46º | 0.21% | 0.25% | - |
| XYZ | 3.98 | 3.65 | 4.63 | - |
| YUV | 54.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 59 | 0 | 0.21 | 0.06 | 0.75 | 318.46 | 0.12 | 0.22 |
| Hex | 3F | 32 | 3B | 0 | 15 | 6 | 4B | 13E | C | 16 |
| Octal | 77 | 62 | 73 | 0 | 25 | 6 | 113 | 476 | 14 | 26 |
| Binary | 111111 | 110010 | 111011 | 0 | 10101 | 110 | 1001011 | 100111110 | 1100 | 10110 |
Color Harmonies of #3F323B
Complementary color
Monochromatic Colors of #3F323B
Black with #3F323B
Text Example
Text Example
White with #3F323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F323B; }
p { color: rgb(63,50,59); }
H1.HeaderClassName
{
color: #3F323B;
}
.AnyTagClassName
{
color: #3F323B;
}
</style>
background-color css
<style>
a { background-color: #3F323B; }
a { background-color: rgb(63,50,59); }
div.DivClassName
{
background-color: #3F323B;
}
.BgClassName
{
background-color: #3F323B;
}
</style>
border-color css
<style>
span { border-color: #3F323B; }
span { border-color: rgb(63,50,59); }
td.TdClassName
{
border-color: #3F323B;
}
.TagClassName
{
border-color: #3F323B;
}
</style>