Shades of Voodoo #3B3039
Tints of Voodoo #3B3039
RGB
CMYK
RGB Variations
Color information
#3B3039 (or 0x3B3039) is known color: Voodoo. HEX triplet: 3B, 30 and 39. RGB value is (59,48,57). Sum of RGB (Red+Green+Blue) = 59+48+57=164 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.98% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 57 (22.66% from 255 or 34.76% from 164); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3039 is #C4CFC6. Grayscale: #343434. Windows color (decimal): -12898247 or 3747899. OLE color: 3747899.
HSL color Cylindrical-coordinate representation of color #3B3039: hue angle of 310.91º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3B3039 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 48 | 57 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.77 |
| HSL | 310.91º | 0.1% | 0.21% | - |
| HSV(B) | 310.91º | 0.19% | 0.23% | - |
| XYZ | 3.6 | 3.34 | 4.33 | - |
| YUV | 52.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 48 | 57 | 0 | 0.19 | 0.03 | 0.77 | 310.91 | 0.1 | 0.21 |
| Hex | 3B | 30 | 39 | 0 | 13 | 3 | 4D | 137 | A | 15 |
| Octal | 73 | 60 | 71 | 0 | 23 | 3 | 115 | 467 | 12 | 25 |
| Binary | 111011 | 110000 | 111001 | 0 | 10011 | 11 | 1001101 | 100110111 | 1010 | 10101 |
Color Harmonies of #3B3039
Complementary color
Monochromatic Colors of #3B3039
Black with #3B3039
Text Example
Text Example
White with #3B3039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3039; }
p { color: rgb(59,48,57); }
H1.HeaderClassName
{
color: #3B3039;
}
.AnyTagClassName
{
color: #3B3039;
}
</style>
background-color css
<style>
a { background-color: #3B3039; }
a { background-color: rgb(59,48,57); }
div.DivClassName
{
background-color: #3B3039;
}
.BgClassName
{
background-color: #3B3039;
}
</style>
border-color css
<style>
span { border-color: #3B3039; }
span { border-color: rgb(59,48,57); }
td.TdClassName
{
border-color: #3B3039;
}
.TagClassName
{
border-color: #3B3039;
}
</style>