Shades of Voodoo #3F303C
Tints of Voodoo #3F303C
RGB
CMYK
RGB Variations
Color information
#3F303C (or 0x3F303C) is known color: Voodoo. HEX triplet: 3F, 30 and 3C. RGB value is (63,48,60). Sum of RGB (Red+Green+Blue) = 63+48+60=171 (22% of max value = 765). Red value is 63 (25% from 255 or 36.84% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 63 - color contains mainly: red. Hex color #3F303C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F303C is #C0CFC3. Grayscale: #353535. Windows color (decimal): -12636100 or 3944511. OLE color: 3944511.
HSL color Cylindrical-coordinate representation of color #3F303C: hue angle of 312º 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 #3F303C is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 48 | 60 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.75 |
| HSL | 312º | 0.14% | 0.22% | - |
| HSV(B) | 312º | 0.24% | 0.25% | - |
| XYZ | 3.92 | 3.5 | 4.74 | - |
| YUV | 53.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 60 | 0 | 0.24 | 0.05 | 0.75 | 312 | 0.14 | 0.22 |
| Hex | 3F | 30 | 3C | 0 | 18 | 5 | 4B | 138 | E | 16 |
| Octal | 77 | 60 | 74 | 0 | 30 | 5 | 113 | 470 | 16 | 26 |
| Binary | 111111 | 110000 | 111100 | 0 | 11000 | 101 | 1001011 | 100111000 | 1110 | 10110 |
Color Harmonies of #3F303C
Complementary color
Monochromatic Colors of #3F303C
Black with #3F303C
Text Example
Text Example
White with #3F303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F303C; }
p { color: rgb(63,48,60); }
H1.HeaderClassName
{
color: #3F303C;
}
.AnyTagClassName
{
color: #3F303C;
}
</style>
background-color css
<style>
a { background-color: #3F303C; }
a { background-color: rgb(63,48,60); }
div.DivClassName
{
background-color: #3F303C;
}
.BgClassName
{
background-color: #3F303C;
}
</style>
border-color css
<style>
span { border-color: #3F303C; }
span { border-color: rgb(63,48,60); }
td.TdClassName
{
border-color: #3F303C;
}
.TagClassName
{
border-color: #3F303C;
}
</style>