Shades of Voodoo #40373D
Tints of Voodoo #40373D
RGB
CMYK
RGB Variations
Color information
#40373D (or 0x40373D) is known color: Voodoo. HEX triplet: 40, 37 and 3D. RGB value is (64,55,61). Sum of RGB (Red+Green+Blue) = 64+55+61=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 64 - color contains mainly: red. Hex color #40373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40373D is #BFC8C2. Grayscale: #3A3A3A. Windows color (decimal): -12568771 or 4011840. OLE color: 4011840.
HSL color Cylindrical-coordinate representation of color #40373D: hue angle of 320º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #40373D is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 55 | 61 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.75 |
| HSL | 320º | 0.08% | 0.23% | - |
| HSV(B) | 320º | 0.14% | 0.25% | - |
| XYZ | 4.32 | 4.16 | 4.99 | - |
| YUV | 58.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 55 | 61 | 0 | 0.14 | 0.05 | 0.75 | 320 | 0.08 | 0.23 |
| Hex | 40 | 37 | 3D | 0 | E | 5 | 4B | 140 | 8 | 17 |
| Octal | 100 | 67 | 75 | 0 | 16 | 5 | 113 | 500 | 10 | 27 |
| Binary | 1000000 | 110111 | 111101 | 0 | 1110 | 101 | 1001011 | 101000000 | 1000 | 10111 |
Color Harmonies of #40373D
Complementary color
Monochromatic Colors of #40373D
Black with #40373D
Text Example
Text Example
White with #40373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40373D; }
p { color: rgb(64,55,61); }
H1.HeaderClassName
{
color: #40373D;
}
.AnyTagClassName
{
color: #40373D;
}
</style>
background-color css
<style>
a { background-color: #40373D; }
a { background-color: rgb(64,55,61); }
div.DivClassName
{
background-color: #40373D;
}
.BgClassName
{
background-color: #40373D;
}
</style>
border-color css
<style>
span { border-color: #40373D; }
span { border-color: rgb(64,55,61); }
td.TdClassName
{
border-color: #40373D;
}
.TagClassName
{
border-color: #40373D;
}
</style>