Shades of Voodoo #40383D
Tints of Voodoo #40383D
RGB
CMYK
RGB Variations
Color information
#40383D (or 0x40383D) is known color: Voodoo. HEX triplet: 40, 38 and 3D. RGB value is (64,56,61). Sum of RGB (Red+Green+Blue) = 64+56+61=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 64 - color contains mainly: red. Hex color #40383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40383D is #BFC7C2. Grayscale: #3A3A3A. Windows color (decimal): -12568515 or 4012096. OLE color: 4012096.
HSL color Cylindrical-coordinate representation of color #40383D: hue angle of 322.5º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #40383D is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 56 | 61 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.75 |
| HSL | 322.5º | 0.07% | 0.24% | - |
| HSV(B) | 322.5º | 0.13% | 0.25% | - |
| XYZ | 4.37 | 4.26 | 5.01 | - |
| YUV | 58.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 56 | 61 | 0 | 0.13 | 0.05 | 0.75 | 322.5 | 0.07 | 0.24 |
| Hex | 40 | 38 | 3D | 0 | D | 5 | 4B | 142 | 7 | 18 |
| Octal | 100 | 70 | 75 | 0 | 15 | 5 | 113 | 502 | 7 | 30 |
| Binary | 1000000 | 111000 | 111101 | 0 | 1101 | 101 | 1001011 | 101000010 | 111 | 11000 |
Color Harmonies of #40383D
Complementary color
Monochromatic Colors of #40383D
Black with #40383D
Text Example
Text Example
White with #40383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40383D; }
p { color: rgb(64,56,61); }
H1.HeaderClassName
{
color: #40383D;
}
.AnyTagClassName
{
color: #40383D;
}
</style>
background-color css
<style>
a { background-color: #40383D; }
a { background-color: rgb(64,56,61); }
div.DivClassName
{
background-color: #40383D;
}
.BgClassName
{
background-color: #40383D;
}
</style>
border-color css
<style>
span { border-color: #40383D; }
span { border-color: rgb(64,56,61); }
td.TdClassName
{
border-color: #40383D;
}
.TagClassName
{
border-color: #40383D;
}
</style>