Shades of Voodoo #3B2F39
Tints of Voodoo #3B2F39
RGB
CMYK
RGB Variations
Color information
#3B2F39 (or 0x3B2F39) is known color: Voodoo. HEX triplet: 3B, 2F and 39. RGB value is (59,47,57). Sum of RGB (Red+Green+Blue) = 59+47+57=163 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.20% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 57 (22.66% from 255 or 34.97% from 163); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2F39 is #C4D0C6. Grayscale: #333333. Windows color (decimal): -12898503 or 3747643. OLE color: 3747643.
HSL color Cylindrical-coordinate representation of color #3B2F39: hue angle of 310º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3B2F39 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 47 | 57 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.77 |
| HSL | 310º | 0.11% | 0.21% | - |
| HSV(B) | 310º | 0.2% | 0.23% | - |
| XYZ | 3.56 | 3.26 | 4.31 | - |
| YUV | 51.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 57 | 0 | 0.20 | 0.03 | 0.77 | 310 | 0.11 | 0.21 |
| Hex | 3B | 2F | 39 | 0 | 14 | 3 | 4D | 136 | B | 15 |
| Octal | 73 | 57 | 71 | 0 | 24 | 3 | 115 | 466 | 13 | 25 |
| Binary | 111011 | 101111 | 111001 | 0 | 10100 | 11 | 1001101 | 100110110 | 1011 | 10101 |
Color Harmonies of #3B2F39
Complementary color
Monochromatic Colors of #3B2F39
Black with #3B2F39
Text Example
Text Example
White with #3B2F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2F39; }
p { color: rgb(59,47,57); }
H1.HeaderClassName
{
color: #3B2F39;
}
.AnyTagClassName
{
color: #3B2F39;
}
</style>
background-color css
<style>
a { background-color: #3B2F39; }
a { background-color: rgb(59,47,57); }
div.DivClassName
{
background-color: #3B2F39;
}
.BgClassName
{
background-color: #3B2F39;
}
</style>
border-color css
<style>
span { border-color: #3B2F39; }
span { border-color: rgb(59,47,57); }
td.TdClassName
{
border-color: #3B2F39;
}
.TagClassName
{
border-color: #3B2F39;
}
</style>