Shades of Voodoo #3F313A
Tints of Voodoo #3F313A
RGB
CMYK
RGB Variations
Color information
#3F313A (or 0x3F313A) is known color: Voodoo. HEX triplet: 3F, 31 and 3A. RGB value is (63,49,58). Sum of RGB (Red+Green+Blue) = 63+49+58=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 63 - color contains mainly: red. Hex color #3F313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F313A is #C0CEC5. Grayscale: #363636. Windows color (decimal): -12635846 or 3813695. OLE color: 3813695.
HSL color Cylindrical-coordinate representation of color #3F313A: hue angle of 321.43º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3F313A is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 49 | 58 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.75 |
| HSL | 321.43º | 0.13% | 0.22% | - |
| HSV(B) | 321.43º | 0.22% | 0.25% | - |
| XYZ | 3.91 | 3.56 | 4.48 | - |
| YUV | 54.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 58 | 0 | 0.22 | 0.08 | 0.75 | 321.43 | 0.13 | 0.22 |
| Hex | 3F | 31 | 3A | 0 | 16 | 8 | 4B | 141 | C | 16 |
| Octal | 77 | 61 | 72 | 0 | 26 | 10 | 113 | 501 | 14 | 26 |
| Binary | 111111 | 110001 | 111010 | 0 | 10110 | 1000 | 1001011 | 101000001 | 1100 | 10110 |
Color Harmonies of #3F313A
Complementary color
Monochromatic Colors of #3F313A
Black with #3F313A
Text Example
Text Example
White with #3F313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F313A; }
p { color: rgb(63,49,58); }
H1.HeaderClassName
{
color: #3F313A;
}
.AnyTagClassName
{
color: #3F313A;
}
</style>
background-color css
<style>
a { background-color: #3F313A; }
a { background-color: rgb(63,49,58); }
div.DivClassName
{
background-color: #3F313A;
}
.BgClassName
{
background-color: #3F313A;
}
</style>
border-color css
<style>
span { border-color: #3F313A; }
span { border-color: rgb(63,49,58); }
td.TdClassName
{
border-color: #3F313A;
}
.TagClassName
{
border-color: #3F313A;
}
</style>