Shades of Voodoo #3F253B
Tints of Voodoo #3F253B
RGB
CMYK
RGB Variations
Color information
#3F253B (or 0x3F253B) is known color: Voodoo. HEX triplet: 3F, 25 and 3B. RGB value is (63,37,59). Sum of RGB (Red+Green+Blue) = 63+37+59=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 63 - color contains mainly: red. Hex color #3F253B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F253B is #C0DAC4. Grayscale: #2F2F2F. Windows color (decimal): -12638917 or 3876159. OLE color: 3876159.
HSL color Cylindrical-coordinate representation of color #3F253B: hue angle of 309.23º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F253B is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 37 | 59 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.75 |
| HSL | 309.23º | 0.26% | 0.2% | - |
| HSV(B) | 309.23º | 0.41% | 0.25% | - |
| XYZ | 3.5 | 2.7 | 4.47 | - |
| YUV | 47.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 37 | 59 | 0 | 0.41 | 0.06 | 0.75 | 309.23 | 0.26 | 0.2 |
| Hex | 3F | 25 | 3B | 0 | 29 | 6 | 4B | 135 | 1A | 14 |
| Octal | 77 | 45 | 73 | 0 | 51 | 6 | 113 | 465 | 32 | 24 |
| Binary | 111111 | 100101 | 111011 | 0 | 101001 | 110 | 1001011 | 100110101 | 11010 | 10100 |
Color Harmonies of #3F253B
Complementary color
Monochromatic Colors of #3F253B
Black with #3F253B
Text Example
Text Example
White with #3F253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F253B; }
p { color: rgb(63,37,59); }
H1.HeaderClassName
{
color: #3F253B;
}
.AnyTagClassName
{
color: #3F253B;
}
</style>
background-color css
<style>
a { background-color: #3F253B; }
a { background-color: rgb(63,37,59); }
div.DivClassName
{
background-color: #3F253B;
}
.BgClassName
{
background-color: #3F253B;
}
</style>
border-color css
<style>
span { border-color: #3F253B; }
span { border-color: rgb(63,37,59); }
td.TdClassName
{
border-color: #3F253B;
}
.TagClassName
{
border-color: #3F253B;
}
</style>