Shades of Voodoo #3F283C
Tints of Voodoo #3F283C
RGB
CMYK
RGB Variations
Color information
#3F283C (or 0x3F283C) is known color: Voodoo. HEX triplet: 3F, 28 and 3C. RGB value is (63,40,60). Sum of RGB (Red+Green+Blue) = 63+40+60=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 63 - color contains mainly: red. Hex color #3F283C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F283C is #C0D7C3. Grayscale: #313131. Windows color (decimal): -12638148 or 3942463. OLE color: 3942463.
HSL color Cylindrical-coordinate representation of color #3F283C: hue angle of 307.83º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3F283C is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 40 | 60 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.75 |
| HSL | 307.83º | 0.22% | 0.2% | - |
| HSV(B) | 307.83º | 0.37% | 0.25% | - |
| XYZ | 3.62 | 2.9 | 4.64 | - |
| YUV | 49.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 60 | 0 | 0.37 | 0.05 | 0.75 | 307.83 | 0.22 | 0.2 |
| Hex | 3F | 28 | 3C | 0 | 25 | 5 | 4B | 134 | 16 | 14 |
| Octal | 77 | 50 | 74 | 0 | 45 | 5 | 113 | 464 | 26 | 24 |
| Binary | 111111 | 101000 | 111100 | 0 | 100101 | 101 | 1001011 | 100110100 | 10110 | 10100 |
Color Harmonies of #3F283C
Complementary color
Monochromatic Colors of #3F283C
Black with #3F283C
Text Example
Text Example
White with #3F283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F283C; }
p { color: rgb(63,40,60); }
H1.HeaderClassName
{
color: #3F283C;
}
.AnyTagClassName
{
color: #3F283C;
}
</style>
background-color css
<style>
a { background-color: #3F283C; }
a { background-color: rgb(63,40,60); }
div.DivClassName
{
background-color: #3F283C;
}
.BgClassName
{
background-color: #3F283C;
}
</style>
border-color css
<style>
span { border-color: #3F283C; }
span { border-color: rgb(63,40,60); }
td.TdClassName
{
border-color: #3F283C;
}
.TagClassName
{
border-color: #3F283C;
}
</style>