Shades of Voodoo #40353D
Tints of Voodoo #40353D
RGB
CMYK
RGB Variations
Color information
#40353D (or 0x40353D) is known color: Voodoo. HEX triplet: 40, 35 and 3D. RGB value is (64,53,61). Sum of RGB (Red+Green+Blue) = 64+53+61=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 64 - color contains mainly: red. Hex color #40353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40353D is #BFCAC2. Grayscale: #393939. Windows color (decimal): -12569283 or 4011328. OLE color: 4011328.
HSL color Cylindrical-coordinate representation of color #40353D: hue angle of 316.36º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #40353D is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 53 | 61 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.75 |
| HSL | 316.36º | 0.09% | 0.23% | - |
| HSV(B) | 316.36º | 0.17% | 0.25% | - |
| XYZ | 4.23 | 3.97 | 4.96 | - |
| YUV | 57.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 53 | 61 | 0 | 0.17 | 0.05 | 0.75 | 316.36 | 0.09 | 0.23 |
| Hex | 40 | 35 | 3D | 0 | 11 | 5 | 4B | 13C | 9 | 17 |
| Octal | 100 | 65 | 75 | 0 | 21 | 5 | 113 | 474 | 11 | 27 |
| Binary | 1000000 | 110101 | 111101 | 0 | 10001 | 101 | 1001011 | 100111100 | 1001 | 10111 |
Color Harmonies of #40353D
Complementary color
Monochromatic Colors of #40353D
Black with #40353D
Text Example
Text Example
White with #40353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40353D; }
p { color: rgb(64,53,61); }
H1.HeaderClassName
{
color: #40353D;
}
.AnyTagClassName
{
color: #40353D;
}
</style>
background-color css
<style>
a { background-color: #40353D; }
a { background-color: rgb(64,53,61); }
div.DivClassName
{
background-color: #40353D;
}
.BgClassName
{
background-color: #40353D;
}
</style>
border-color css
<style>
span { border-color: #40353D; }
span { border-color: rgb(64,53,61); }
td.TdClassName
{
border-color: #40353D;
}
.TagClassName
{
border-color: #40353D;
}
</style>