Shades of Voodoo #3E363C
Tints of Voodoo #3E363C
RGB
CMYK
RGB Variations
Color information
#3E363C (or 0x3E363C) is known color: Voodoo. HEX triplet: 3E, 36 and 3C. RGB value is (62,54,60). Sum of RGB (Red+Green+Blue) = 62+54+60=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 62 - color contains mainly: red. Hex color #3E363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E363C is #C1C9C3. Grayscale: #393939. Windows color (decimal): -12700100 or 3946046. OLE color: 3946046.
HSL color Cylindrical-coordinate representation of color #3E363C: hue angle of 315º degrees, saturation: 0.07, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3E363C is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 54 | 60 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.76 |
| HSL | 315º | 0.07% | 0.23% | - |
| HSV(B) | 315º | 0.13% | 0.24% | - |
| XYZ | 4.12 | 3.99 | 4.83 | - |
| YUV | 57.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 54 | 60 | 0 | 0.13 | 0.03 | 0.76 | 315 | 0.07 | 0.23 |
| Hex | 3E | 36 | 3C | 0 | D | 3 | 4C | 13B | 7 | 17 |
| Octal | 76 | 66 | 74 | 0 | 15 | 3 | 114 | 473 | 7 | 27 |
| Binary | 111110 | 110110 | 111100 | 0 | 1101 | 11 | 1001100 | 100111011 | 111 | 10111 |
Color Harmonies of #3E363C
Complementary color
Monochromatic Colors of #3E363C
Black with #3E363C
Text Example
Text Example
White with #3E363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E363C; }
p { color: rgb(62,54,60); }
H1.HeaderClassName
{
color: #3E363C;
}
.AnyTagClassName
{
color: #3E363C;
}
</style>
background-color css
<style>
a { background-color: #3E363C; }
a { background-color: rgb(62,54,60); }
div.DivClassName
{
background-color: #3E363C;
}
.BgClassName
{
background-color: #3E363C;
}
</style>
border-color css
<style>
span { border-color: #3E363C; }
span { border-color: rgb(62,54,60); }
td.TdClassName
{
border-color: #3E363C;
}
.TagClassName
{
border-color: #3E363C;
}
</style>