Shades of Voodoo #413E40
Tints of Voodoo #413E40
RGB
CMYK
RGB Variations
Color information
#413E40 (or 0x413E40) is known color: Voodoo. HEX triplet: 41, 3E and 40. RGB value is (65,62,64). Sum of RGB (Red+Green+Blue) = 65+62+64=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 65 - color contains mainly: red. Hex color #413E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E40 is #BEC1BF. Grayscale: #3F3F3F. Windows color (decimal): -12501440 or 4210241. OLE color: 4210241.
HSL color Cylindrical-coordinate representation of color #413E40: hue angle of 320º degrees, saturation: 0.02, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #413E40 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 62 | 64 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.75 |
| HSL | 320º | 0.02% | 0.25% | - |
| HSV(B) | 320º | 0.05% | 0.25% | - |
| XYZ | 4.83 | 4.94 | 5.55 | - |
| YUV | 63.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 64 | 0 | 0.05 | 0.02 | 0.75 | 320 | 0.02 | 0.25 |
| Hex | 41 | 3E | 40 | 0 | 5 | 2 | 4B | 140 | 2 | 19 |
| Octal | 101 | 76 | 100 | 0 | 5 | 2 | 113 | 500 | 2 | 31 |
| Binary | 1000001 | 111110 | 1000000 | 0 | 101 | 10 | 1001011 | 101000000 | 10 | 11001 |
Color Harmonies of #413E40
Complementary color
Monochromatic Colors of #413E40
Black with #413E40
Text Example
Text Example
White with #413E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413E40; }
p { color: rgb(65,62,64); }
H1.HeaderClassName
{
color: #413E40;
}
.AnyTagClassName
{
color: #413E40;
}
</style>
background-color css
<style>
a { background-color: #413E40; }
a { background-color: rgb(65,62,64); }
div.DivClassName
{
background-color: #413E40;
}
.BgClassName
{
background-color: #413E40;
}
</style>
border-color css
<style>
span { border-color: #413E40; }
span { border-color: rgb(65,62,64); }
td.TdClassName
{
border-color: #413E40;
}
.TagClassName
{
border-color: #413E40;
}
</style>