Shades of Voodoo #3F2E39
Tints of Voodoo #3F2E39
RGB
CMYK
RGB Variations
Color information
#3F2E39 (or 0x3F2E39) is known color: Voodoo. HEX triplet: 3F, 2E and 39. RGB value is (63,46,57). Sum of RGB (Red+Green+Blue) = 63+46+57=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2E39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2E39 is #C0D1C6. Grayscale: #343434. Windows color (decimal): -12636615 or 3747391. OLE color: 3747391.
HSL color Cylindrical-coordinate representation of color #3F2E39: hue angle of 321.18º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F2E39 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 46 | 57 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.75 |
| HSL | 321.18º | 0.16% | 0.21% | - |
| HSV(B) | 321.18º | 0.27% | 0.25% | - |
| XYZ | 3.77 | 3.31 | 4.31 | - |
| YUV | 52.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 46 | 57 | 0 | 0.27 | 0.10 | 0.75 | 321.18 | 0.16 | 0.21 |
| Hex | 3F | 2E | 39 | 0 | 1B | A | 4B | 141 | 10 | 15 |
| Octal | 77 | 56 | 71 | 0 | 33 | 12 | 113 | 501 | 20 | 25 |
| Binary | 111111 | 101110 | 111001 | 0 | 11011 | 1010 | 1001011 | 101000001 | 10000 | 10101 |
Color Harmonies of #3F2E39
Complementary color
Monochromatic Colors of #3F2E39
Black with #3F2E39
Text Example
Text Example
White with #3F2E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2E39; }
p { color: rgb(63,46,57); }
H1.HeaderClassName
{
color: #3F2E39;
}
.AnyTagClassName
{
color: #3F2E39;
}
</style>
background-color css
<style>
a { background-color: #3F2E39; }
a { background-color: rgb(63,46,57); }
div.DivClassName
{
background-color: #3F2E39;
}
.BgClassName
{
background-color: #3F2E39;
}
</style>
border-color css
<style>
span { border-color: #3F2E39; }
span { border-color: rgb(63,46,57); }
td.TdClassName
{
border-color: #3F2E39;
}
.TagClassName
{
border-color: #3F2E39;
}
</style>