Shades of Voodoo #40293A
Tints of Voodoo #40293A
RGB
CMYK
RGB Variations
Color information
#40293A (or 0x40293A) is known color: Voodoo. HEX triplet: 40, 29 and 3A. RGB value is (64,41,58). Sum of RGB (Red+Green+Blue) = 64+41+58=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 64 - color contains mainly: red. Hex color #40293A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40293A is #BFD6C5. Grayscale: #313131. Windows color (decimal): -12572358 or 3811648. OLE color: 3811648.
HSL color Cylindrical-coordinate representation of color #40293A: hue angle of 315.65º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #40293A is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 41 | 58 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.75 |
| HSL | 315.65º | 0.22% | 0.21% | - |
| HSV(B) | 315.65º | 0.36% | 0.25% | - |
| XYZ | 3.67 | 2.98 | 4.38 | - |
| YUV | 49.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 41 | 58 | 0 | 0.36 | 0.09 | 0.75 | 315.65 | 0.22 | 0.21 |
| Hex | 40 | 29 | 3A | 0 | 24 | 9 | 4B | 13C | 16 | 15 |
| Octal | 100 | 51 | 72 | 0 | 44 | 11 | 113 | 474 | 26 | 25 |
| Binary | 1000000 | 101001 | 111010 | 0 | 100100 | 1001 | 1001011 | 100111100 | 10110 | 10101 |
Color Harmonies of #40293A
Complementary color
Monochromatic Colors of #40293A
Black with #40293A
Text Example
Text Example
White with #40293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40293A; }
p { color: rgb(64,41,58); }
H1.HeaderClassName
{
color: #40293A;
}
.AnyTagClassName
{
color: #40293A;
}
</style>
background-color css
<style>
a { background-color: #40293A; }
a { background-color: rgb(64,41,58); }
div.DivClassName
{
background-color: #40293A;
}
.BgClassName
{
background-color: #40293A;
}
</style>
border-color css
<style>
span { border-color: #40293A; }
span { border-color: rgb(64,41,58); }
td.TdClassName
{
border-color: #40293A;
}
.TagClassName
{
border-color: #40293A;
}
</style>