Shades of Voodoo #40343D
Tints of Voodoo #40343D
RGB
CMYK
RGB Variations
Color information
#40343D (or 0x40343D) is known color: Voodoo. HEX triplet: 40, 34 and 3D. RGB value is (64,52,61). Sum of RGB (Red+Green+Blue) = 64+52+61=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 64 - color contains mainly: red. Hex color #40343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40343D is #BFCBC2. Grayscale: #383838. Windows color (decimal): -12569539 or 4011072. OLE color: 4011072.
HSL color Cylindrical-coordinate representation of color #40343D: hue angle of 315º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #40343D is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 52 | 61 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.75 |
| HSL | 315º | 0.1% | 0.23% | - |
| HSV(B) | 315º | 0.19% | 0.25% | - |
| XYZ | 4.18 | 3.88 | 4.94 | - |
| YUV | 56.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 52 | 61 | 0 | 0.19 | 0.05 | 0.75 | 315 | 0.1 | 0.23 |
| Hex | 40 | 34 | 3D | 0 | 13 | 5 | 4B | 13B | A | 17 |
| Octal | 100 | 64 | 75 | 0 | 23 | 5 | 113 | 473 | 12 | 27 |
| Binary | 1000000 | 110100 | 111101 | 0 | 10011 | 101 | 1001011 | 100111011 | 1010 | 10111 |
Color Harmonies of #40343D
Complementary color
Monochromatic Colors of #40343D
Black with #40343D
Text Example
Text Example
White with #40343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40343D; }
p { color: rgb(64,52,61); }
H1.HeaderClassName
{
color: #40343D;
}
.AnyTagClassName
{
color: #40343D;
}
</style>
background-color css
<style>
a { background-color: #40343D; }
a { background-color: rgb(64,52,61); }
div.DivClassName
{
background-color: #40343D;
}
.BgClassName
{
background-color: #40343D;
}
</style>
border-color css
<style>
span { border-color: #40343D; }
span { border-color: rgb(64,52,61); }
td.TdClassName
{
border-color: #40343D;
}
.TagClassName
{
border-color: #40343D;
}
</style>