Shades of Voodoo #3E353B
Tints of Voodoo #3E353B
RGB
CMYK
RGB Variations
Color information
#3E353B (or 0x3E353B) is known color: Voodoo. HEX triplet: 3E, 35 and 3B. RGB value is (62,53,59). Sum of RGB (Red+Green+Blue) = 62+53+59=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 62 - color contains mainly: red. Hex color #3E353B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E353B is #C1CAC4. Grayscale: #383838. Windows color (decimal): -12700357 or 3880254. OLE color: 3880254.
HSL color Cylindrical-coordinate representation of color #3E353B: hue angle of 320º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3E353B is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 53 | 59 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.76 |
| HSL | 320º | 0.08% | 0.23% | - |
| HSV(B) | 320º | 0.15% | 0.24% | - |
| XYZ | 4.05 | 3.89 | 4.67 | - |
| YUV | 56.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 53 | 59 | 0 | 0.15 | 0.05 | 0.76 | 320 | 0.08 | 0.23 |
| Hex | 3E | 35 | 3B | 0 | F | 5 | 4C | 140 | 8 | 17 |
| Octal | 76 | 65 | 73 | 0 | 17 | 5 | 114 | 500 | 10 | 27 |
| Binary | 111110 | 110101 | 111011 | 0 | 1111 | 101 | 1001100 | 101000000 | 1000 | 10111 |
Color Harmonies of #3E353B
Complementary color
Monochromatic Colors of #3E353B
Black with #3E353B
Text Example
Text Example
White with #3E353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E353B; }
p { color: rgb(62,53,59); }
H1.HeaderClassName
{
color: #3E353B;
}
.AnyTagClassName
{
color: #3E353B;
}
</style>
background-color css
<style>
a { background-color: #3E353B; }
a { background-color: rgb(62,53,59); }
div.DivClassName
{
background-color: #3E353B;
}
.BgClassName
{
background-color: #3E353B;
}
</style>
border-color css
<style>
span { border-color: #3E353B; }
span { border-color: rgb(62,53,59); }
td.TdClassName
{
border-color: #3E353B;
}
.TagClassName
{
border-color: #3E353B;
}
</style>