Shades of Voodoo #3F363C
Tints of Voodoo #3F363C
RGB
CMYK
RGB Variations
Color information
#3F363C (or 0x3F363C) is known color: Voodoo. HEX triplet: 3F, 36 and 3C. RGB value is (63,54,60). Sum of RGB (Red+Green+Blue) = 63+54+60=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 63 - color contains mainly: red. Hex color #3F363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F363C is #C0C9C3. Grayscale: #393939. Windows color (decimal): -12634564 or 3946047. OLE color: 3946047.
HSL color Cylindrical-coordinate representation of color #3F363C: hue angle of 320º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3F363C is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 54 | 60 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.75 |
| HSL | 320º | 0.08% | 0.23% | - |
| HSV(B) | 320º | 0.14% | 0.25% | - |
| XYZ | 4.18 | 4.02 | 4.83 | - |
| YUV | 57.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 60 | 0 | 0.14 | 0.05 | 0.75 | 320 | 0.08 | 0.23 |
| Hex | 3F | 36 | 3C | 0 | E | 5 | 4B | 140 | 8 | 17 |
| Octal | 77 | 66 | 74 | 0 | 16 | 5 | 113 | 500 | 10 | 27 |
| Binary | 111111 | 110110 | 111100 | 0 | 1110 | 101 | 1001011 | 101000000 | 1000 | 10111 |
Color Harmonies of #3F363C
Complementary color
Monochromatic Colors of #3F363C
Black with #3F363C
Text Example
Text Example
White with #3F363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F363C; }
p { color: rgb(63,54,60); }
H1.HeaderClassName
{
color: #3F363C;
}
.AnyTagClassName
{
color: #3F363C;
}
</style>
background-color css
<style>
a { background-color: #3F363C; }
a { background-color: rgb(63,54,60); }
div.DivClassName
{
background-color: #3F363C;
}
.BgClassName
{
background-color: #3F363C;
}
</style>
border-color css
<style>
span { border-color: #3F363C; }
span { border-color: rgb(63,54,60); }
td.TdClassName
{
border-color: #3F363C;
}
.TagClassName
{
border-color: #3F363C;
}
</style>