Shades of Voodoo #3F323C
Tints of Voodoo #3F323C
RGB
CMYK
RGB Variations
Color information
#3F323C (or 0x3F323C) is known color: Voodoo. HEX triplet: 3F, 32 and 3C. RGB value is (63,50,60). Sum of RGB (Red+Green+Blue) = 63+50+60=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 63 - color contains mainly: red. Hex color #3F323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F323C is #C0CDC3. Grayscale: #373737. Windows color (decimal): -12635588 or 3945023. OLE color: 3945023.
HSL color Cylindrical-coordinate representation of color #3F323C: hue angle of 313.85º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F323C is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 50 | 60 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.75 |
| HSL | 313.85º | 0.12% | 0.22% | - |
| HSV(B) | 313.85º | 0.21% | 0.25% | - |
| XYZ | 4.01 | 3.66 | 4.77 | - |
| YUV | 55.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 60 | 0 | 0.21 | 0.05 | 0.75 | 313.85 | 0.12 | 0.22 |
| Hex | 3F | 32 | 3C | 0 | 15 | 5 | 4B | 13A | C | 16 |
| Octal | 77 | 62 | 74 | 0 | 25 | 5 | 113 | 472 | 14 | 26 |
| Binary | 111111 | 110010 | 111100 | 0 | 10101 | 101 | 1001011 | 100111010 | 1100 | 10110 |
Color Harmonies of #3F323C
Complementary color
Monochromatic Colors of #3F323C
Black with #3F323C
Text Example
Text Example
White with #3F323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F323C; }
p { color: rgb(63,50,60); }
H1.HeaderClassName
{
color: #3F323C;
}
.AnyTagClassName
{
color: #3F323C;
}
</style>
background-color css
<style>
a { background-color: #3F323C; }
a { background-color: rgb(63,50,60); }
div.DivClassName
{
background-color: #3F323C;
}
.BgClassName
{
background-color: #3F323C;
}
</style>
border-color css
<style>
span { border-color: #3F323C; }
span { border-color: rgb(63,50,60); }
td.TdClassName
{
border-color: #3F323C;
}
.TagClassName
{
border-color: #3F323C;
}
</style>