Shades of Voodoo #3E393D
Tints of Voodoo #3E393D
RGB
CMYK
RGB Variations
Color information
#3E393D (or 0x3E393D) is known color: Voodoo. HEX triplet: 3E, 39 and 3D. RGB value is (62,57,61). Sum of RGB (Red+Green+Blue) = 62+57+61=180 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.44% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 62 - color contains mainly: red. Hex color #3E393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E393D is #C1C6C2. Grayscale: #3A3A3A. Windows color (decimal): -12699331 or 4012350. OLE color: 4012350.
HSL color Cylindrical-coordinate representation of color #3E393D: hue angle of 312º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3E393D is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 57 | 61 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.76 |
| HSL | 312º | 0.04% | 0.23% | - |
| HSV(B) | 312º | 0.08% | 0.24% | - |
| XYZ | 4.29 | 4.29 | 5.02 | - |
| YUV | 58.95 | 129.16 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 57 | 61 | 0 | 0.08 | 0.02 | 0.76 | 312 | 0.04 | 0.23 |
| Hex | 3E | 39 | 3D | 0 | 8 | 2 | 4C | 138 | 4 | 17 |
| Octal | 76 | 71 | 75 | 0 | 10 | 2 | 114 | 470 | 4 | 27 |
| Binary | 111110 | 111001 | 111101 | 0 | 1000 | 10 | 1001100 | 100111000 | 100 | 10111 |
Color Harmonies of #3E393D
Complementary color
Monochromatic Colors of #3E393D
Black with #3E393D
Text Example
Text Example
White with #3E393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E393D; }
p { color: rgb(62,57,61); }
H1.HeaderClassName
{
color: #3E393D;
}
.AnyTagClassName
{
color: #3E393D;
}
</style>
background-color css
<style>
a { background-color: #3E393D; }
a { background-color: rgb(62,57,61); }
div.DivClassName
{
background-color: #3E393D;
}
.BgClassName
{
background-color: #3E393D;
}
</style>
border-color css
<style>
span { border-color: #3E393D; }
span { border-color: rgb(62,57,61); }
td.TdClassName
{
border-color: #3E393D;
}
.TagClassName
{
border-color: #3E393D;
}
</style>