Shades of Voodoo #3E293B
Tints of Voodoo #3E293B
RGB
CMYK
RGB Variations
Color information
#3E293B (or 0x3E293B) is known color: Voodoo. HEX triplet: 3E, 29 and 3B. RGB value is (62,41,59). Sum of RGB (Red+Green+Blue) = 62+41+59=162 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.27% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 62 - color contains mainly: red. Hex color #3E293B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E293B is #C1D6C4. Grayscale: #313131. Windows color (decimal): -12703429 or 3877182. OLE color: 3877182.
HSL color Cylindrical-coordinate representation of color #3E293B: hue angle of 308.57º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3E293B is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 41 | 59 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.76 |
| HSL | 308.57º | 0.2% | 0.2% | - |
| HSV(B) | 308.57º | 0.34% | 0.24% | - |
| XYZ | 3.57 | 2.93 | 4.51 | - |
| YUV | 49.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 41 | 59 | 0 | 0.34 | 0.05 | 0.76 | 308.57 | 0.2 | 0.2 |
| Hex | 3E | 29 | 3B | 0 | 22 | 5 | 4C | 135 | 14 | 14 |
| Octal | 76 | 51 | 73 | 0 | 42 | 5 | 114 | 465 | 24 | 24 |
| Binary | 111110 | 101001 | 111011 | 0 | 100010 | 101 | 1001100 | 100110101 | 10100 | 10100 |
Color Harmonies of #3E293B
Complementary color
Monochromatic Colors of #3E293B
Black with #3E293B
Text Example
Text Example
White with #3E293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E293B; }
p { color: rgb(62,41,59); }
H1.HeaderClassName
{
color: #3E293B;
}
.AnyTagClassName
{
color: #3E293B;
}
</style>
background-color css
<style>
a { background-color: #3E293B; }
a { background-color: rgb(62,41,59); }
div.DivClassName
{
background-color: #3E293B;
}
.BgClassName
{
background-color: #3E293B;
}
</style>
border-color css
<style>
span { border-color: #3E293B; }
span { border-color: rgb(62,41,59); }
td.TdClassName
{
border-color: #3E293B;
}
.TagClassName
{
border-color: #3E293B;
}
</style>