Shades of Voodoo #3E333B
Tints of Voodoo #3E333B
RGB
CMYK
RGB Variations
Color information
#3E333B (or 0x3E333B) is known color: Voodoo. HEX triplet: 3E, 33 and 3B. RGB value is (62,51,59). Sum of RGB (Red+Green+Blue) = 62+51+59=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 62 - color contains mainly: red. Hex color #3E333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E333B is #C1CCC4. Grayscale: #373737. Windows color (decimal): -12700869 or 3879742. OLE color: 3879742.
HSL color Cylindrical-coordinate representation of color #3E333B: hue angle of 316.36º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3E333B is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 51 | 59 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.76 |
| HSL | 316.36º | 0.1% | 0.22% | - |
| HSV(B) | 316.36º | 0.18% | 0.24% | - |
| XYZ | 3.96 | 3.71 | 4.64 | - |
| YUV | 55.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 59 | 0 | 0.18 | 0.05 | 0.76 | 316.36 | 0.1 | 0.22 |
| Hex | 3E | 33 | 3B | 0 | 12 | 5 | 4C | 13C | A | 16 |
| Octal | 76 | 63 | 73 | 0 | 22 | 5 | 114 | 474 | 12 | 26 |
| Binary | 111110 | 110011 | 111011 | 0 | 10010 | 101 | 1001100 | 100111100 | 1010 | 10110 |
Color Harmonies of #3E333B
Complementary color
Monochromatic Colors of #3E333B
Black with #3E333B
Text Example
Text Example
White with #3E333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E333B; }
p { color: rgb(62,51,59); }
H1.HeaderClassName
{
color: #3E333B;
}
.AnyTagClassName
{
color: #3E333B;
}
</style>
background-color css
<style>
a { background-color: #3E333B; }
a { background-color: rgb(62,51,59); }
div.DivClassName
{
background-color: #3E333B;
}
.BgClassName
{
background-color: #3E333B;
}
</style>
border-color css
<style>
span { border-color: #3E333B; }
span { border-color: rgb(62,51,59); }
td.TdClassName
{
border-color: #3E333B;
}
.TagClassName
{
border-color: #3E333B;
}
</style>