Shades of Voodoo #3F293C
Tints of Voodoo #3F293C
RGB
CMYK
RGB Variations
Color information
#3F293C (or 0x3F293C) is known color: Voodoo. HEX triplet: 3F, 29 and 3C. RGB value is (63,41,60). Sum of RGB (Red+Green+Blue) = 63+41+60=164 (21% of max value = 765). Red value is 63 (25% from 255 or 38.41% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 63 - color contains mainly: red. Hex color #3F293C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F293C is #C0D6C3. Grayscale: #313131. Windows color (decimal): -12637892 or 3942719. OLE color: 3942719.
HSL color Cylindrical-coordinate representation of color #3F293C: hue angle of 308.18º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F293C is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 41 | 60 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.75 |
| HSL | 308.18º | 0.21% | 0.2% | - |
| HSV(B) | 308.18º | 0.35% | 0.25% | - |
| XYZ | 3.66 | 2.97 | 4.66 | - |
| YUV | 49.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 41 | 60 | 0 | 0.35 | 0.05 | 0.75 | 308.18 | 0.21 | 0.2 |
| Hex | 3F | 29 | 3C | 0 | 23 | 5 | 4B | 134 | 15 | 14 |
| Octal | 77 | 51 | 74 | 0 | 43 | 5 | 113 | 464 | 25 | 24 |
| Binary | 111111 | 101001 | 111100 | 0 | 100011 | 101 | 1001011 | 100110100 | 10101 | 10100 |
Color Harmonies of #3F293C
Complementary color
Monochromatic Colors of #3F293C
Black with #3F293C
Text Example
Text Example
White with #3F293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F293C; }
p { color: rgb(63,41,60); }
H1.HeaderClassName
{
color: #3F293C;
}
.AnyTagClassName
{
color: #3F293C;
}
</style>
background-color css
<style>
a { background-color: #3F293C; }
a { background-color: rgb(63,41,60); }
div.DivClassName
{
background-color: #3F293C;
}
.BgClassName
{
background-color: #3F293C;
}
</style>
border-color css
<style>
span { border-color: #3F293C; }
span { border-color: rgb(63,41,60); }
td.TdClassName
{
border-color: #3F293C;
}
.TagClassName
{
border-color: #3F293C;
}
</style>