Shades of Voodoo #3F2A3B
Tints of Voodoo #3F2A3B
RGB
CMYK
RGB Variations
Color information
#3F2A3B (or 0x3F2A3B) is known color: Voodoo. HEX triplet: 3F, 2A and 3B. RGB value is (63,42,59). Sum of RGB (Red+Green+Blue) = 63+42+59=164 (21% of max value = 765). Red value is 63 (25% from 255 or 38.41% from 164); Green value is 42 (16.80% from 255 or 25.61% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2A3B is #C0D5C4. Grayscale: #323232. Windows color (decimal): -12637637 or 3877439. OLE color: 3877439.
HSL color Cylindrical-coordinate representation of color #3F2A3B: hue angle of 311.43º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F2A3B is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 42 | 59 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.75 |
| HSL | 311.43º | 0.2% | 0.21% | - |
| HSV(B) | 311.43º | 0.33% | 0.25% | - |
| XYZ | 3.67 | 3.03 | 4.53 | - |
| YUV | 50.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 42 | 59 | 0 | 0.33 | 0.06 | 0.75 | 311.43 | 0.2 | 0.21 |
| Hex | 3F | 2A | 3B | 0 | 21 | 6 | 4B | 137 | 14 | 15 |
| Octal | 77 | 52 | 73 | 0 | 41 | 6 | 113 | 467 | 24 | 25 |
| Binary | 111111 | 101010 | 111011 | 0 | 100001 | 110 | 1001011 | 100110111 | 10100 | 10101 |
Color Harmonies of #3F2A3B
Complementary color
Monochromatic Colors of #3F2A3B
Black with #3F2A3B
Text Example
Text Example
White with #3F2A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2A3B; }
p { color: rgb(63,42,59); }
H1.HeaderClassName
{
color: #3F2A3B;
}
.AnyTagClassName
{
color: #3F2A3B;
}
</style>
background-color css
<style>
a { background-color: #3F2A3B; }
a { background-color: rgb(63,42,59); }
div.DivClassName
{
background-color: #3F2A3B;
}
.BgClassName
{
background-color: #3F2A3B;
}
</style>
border-color css
<style>
span { border-color: #3F2A3B; }
span { border-color: rgb(63,42,59); }
td.TdClassName
{
border-color: #3F2A3B;
}
.TagClassName
{
border-color: #3F2A3B;
}
</style>