Shades of Voodoo #3F283A
Tints of Voodoo #3F283A
RGB
CMYK
RGB Variations
Color information
#3F283A (or 0x3F283A) is known color: Voodoo. HEX triplet: 3F, 28 and 3A. RGB value is (63,40,58). Sum of RGB (Red+Green+Blue) = 63+40+58=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 63 - color contains mainly: red. Hex color #3F283A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F283A is #C0D7C5. Grayscale: #303030. Windows color (decimal): -12638150 or 3811391. OLE color: 3811391.
HSL color Cylindrical-coordinate representation of color #3F283A: hue angle of 313.04º 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 #3F283A is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 40 | 58 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.75 |
| HSL | 313.04º | 0.22% | 0.2% | - |
| HSV(B) | 313.04º | 0.37% | 0.25% | - |
| XYZ | 3.57 | 2.88 | 4.37 | - |
| YUV | 48.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 58 | 0 | 0.37 | 0.08 | 0.75 | 313.04 | 0.22 | 0.2 |
| Hex | 3F | 28 | 3A | 0 | 25 | 8 | 4B | 139 | 16 | 14 |
| Octal | 77 | 50 | 72 | 0 | 45 | 10 | 113 | 471 | 26 | 24 |
| Binary | 111111 | 101000 | 111010 | 0 | 100101 | 1000 | 1001011 | 100111001 | 10110 | 10100 |
Color Harmonies of #3F283A
Complementary color
Monochromatic Colors of #3F283A
Black with #3F283A
Text Example
Text Example
White with #3F283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F283A; }
p { color: rgb(63,40,58); }
H1.HeaderClassName
{
color: #3F283A;
}
.AnyTagClassName
{
color: #3F283A;
}
</style>
background-color css
<style>
a { background-color: #3F283A; }
a { background-color: rgb(63,40,58); }
div.DivClassName
{
background-color: #3F283A;
}
.BgClassName
{
background-color: #3F283A;
}
</style>
border-color css
<style>
span { border-color: #3F283A; }
span { border-color: rgb(63,40,58); }
td.TdClassName
{
border-color: #3F283A;
}
.TagClassName
{
border-color: #3F283A;
}
</style>