Shades of Voodoo #3E253A
Tints of Voodoo #3E253A
RGB
CMYK
RGB Variations
Color information
#3E253A (or 0x3E253A) is known color: Voodoo. HEX triplet: 3E, 25 and 3A. RGB value is (62,37,58). Sum of RGB (Red+Green+Blue) = 62+37+58=157 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.49% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 62 - color contains mainly: red. Hex color #3E253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E253A is #C1DAC5. Grayscale: #2E2E2E. Windows color (decimal): -12704454 or 3810622. OLE color: 3810622.
HSL color Cylindrical-coordinate representation of color #3E253A: hue angle of 309.6º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E253A is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 37 | 58 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.76 |
| HSL | 309.6º | 0.25% | 0.19% | - |
| HSV(B) | 309.6º | 0.4% | 0.24% | - |
| XYZ | 3.41 | 2.65 | 4.34 | - |
| YUV | 46.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 37 | 58 | 0 | 0.40 | 0.06 | 0.76 | 309.6 | 0.25 | 0.19 |
| Hex | 3E | 25 | 3A | 0 | 28 | 6 | 4C | 136 | 19 | 13 |
| Octal | 76 | 45 | 72 | 0 | 50 | 6 | 114 | 466 | 31 | 23 |
| Binary | 111110 | 100101 | 111010 | 0 | 101000 | 110 | 1001100 | 100110110 | 11001 | 10011 |
Color Harmonies of #3E253A
Complementary color
Monochromatic Colors of #3E253A
Black with #3E253A
Text Example
Text Example
White with #3E253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E253A; }
p { color: rgb(62,37,58); }
H1.HeaderClassName
{
color: #3E253A;
}
.AnyTagClassName
{
color: #3E253A;
}
</style>
background-color css
<style>
a { background-color: #3E253A; }
a { background-color: rgb(62,37,58); }
div.DivClassName
{
background-color: #3E253A;
}
.BgClassName
{
background-color: #3E253A;
}
</style>
border-color css
<style>
span { border-color: #3E253A; }
span { border-color: rgb(62,37,58); }
td.TdClassName
{
border-color: #3E253A;
}
.TagClassName
{
border-color: #3E253A;
}
</style>