Shades of Voodoo #3F303B
Tints of Voodoo #3F303B
RGB
CMYK
RGB Variations
Color information
#3F303B (or 0x3F303B) is known color: Voodoo. HEX triplet: 3F, 30 and 3B. RGB value is (63,48,59). Sum of RGB (Red+Green+Blue) = 63+48+59=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 63 - color contains mainly: red. Hex color #3F303B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F303B is #C0CFC4. Grayscale: #353535. Windows color (decimal): -12636101 or 3878975. OLE color: 3878975.
HSL color Cylindrical-coordinate representation of color #3F303B: hue angle of 316º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3F303B is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 48 | 59 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.75 |
| HSL | 316º | 0.14% | 0.22% | - |
| HSV(B) | 316º | 0.24% | 0.25% | - |
| XYZ | 3.9 | 3.49 | 4.61 | - |
| YUV | 53.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 59 | 0 | 0.24 | 0.06 | 0.75 | 316 | 0.14 | 0.22 |
| Hex | 3F | 30 | 3B | 0 | 18 | 6 | 4B | 13C | E | 16 |
| Octal | 77 | 60 | 73 | 0 | 30 | 6 | 113 | 474 | 16 | 26 |
| Binary | 111111 | 110000 | 111011 | 0 | 11000 | 110 | 1001011 | 100111100 | 1110 | 10110 |
Color Harmonies of #3F303B
Complementary color
Monochromatic Colors of #3F303B
Black with #3F303B
Text Example
Text Example
White with #3F303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F303B; }
p { color: rgb(63,48,59); }
H1.HeaderClassName
{
color: #3F303B;
}
.AnyTagClassName
{
color: #3F303B;
}
</style>
background-color css
<style>
a { background-color: #3F303B; }
a { background-color: rgb(63,48,59); }
div.DivClassName
{
background-color: #3F303B;
}
.BgClassName
{
background-color: #3F303B;
}
</style>
border-color css
<style>
span { border-color: #3F303B; }
span { border-color: rgb(63,48,59); }
td.TdClassName
{
border-color: #3F303B;
}
.TagClassName
{
border-color: #3F303B;
}
</style>