Shades of Voodoo #3B3539
Tints of Voodoo #3B3539
RGB
CMYK
RGB Variations
Color information
#3B3539 (or 0x3B3539) is known color: Voodoo. HEX triplet: 3B, 35 and 39. RGB value is (59,53,57). Sum of RGB (Red+Green+Blue) = 59+53+57=169 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.91% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 57 (22.66% from 255 or 33.73% from 169); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3539 is #C4CAC6. Grayscale: #373737. Windows color (decimal): -12896967 or 3749179. OLE color: 3749179.
HSL color Cylindrical-coordinate representation of color #3B3539: hue angle of 320º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3B3539 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 53 | 57 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.77 |
| HSL | 320º | 0.05% | 0.22% | - |
| HSV(B) | 320º | 0.1% | 0.23% | - |
| XYZ | 3.82 | 3.77 | 4.4 | - |
| YUV | 55.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 53 | 57 | 0 | 0.10 | 0.03 | 0.77 | 320 | 0.05 | 0.22 |
| Hex | 3B | 35 | 39 | 0 | A | 3 | 4D | 140 | 5 | 16 |
| Octal | 73 | 65 | 71 | 0 | 12 | 3 | 115 | 500 | 5 | 26 |
| Binary | 111011 | 110101 | 111001 | 0 | 1010 | 11 | 1001101 | 101000000 | 101 | 10110 |
Color Harmonies of #3B3539
Complementary color
Monochromatic Colors of #3B3539
Black with #3B3539
Text Example
Text Example
White with #3B3539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3539; }
p { color: rgb(59,53,57); }
H1.HeaderClassName
{
color: #3B3539;
}
.AnyTagClassName
{
color: #3B3539;
}
</style>
background-color css
<style>
a { background-color: #3B3539; }
a { background-color: rgb(59,53,57); }
div.DivClassName
{
background-color: #3B3539;
}
.BgClassName
{
background-color: #3B3539;
}
</style>
border-color css
<style>
span { border-color: #3B3539; }
span { border-color: rgb(59,53,57); }
td.TdClassName
{
border-color: #3B3539;
}
.TagClassName
{
border-color: #3B3539;
}
</style>