Shades of Voodoo #40323D
Tints of Voodoo #40323D
RGB
CMYK
RGB Variations
Color information
#40323D (or 0x40323D) is known color: Voodoo. HEX triplet: 40, 32 and 3D. RGB value is (64,50,61). Sum of RGB (Red+Green+Blue) = 64+50+61=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 64 - color contains mainly: red. Hex color #40323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40323D is #BFCDC2. Grayscale: #373737. Windows color (decimal): -12570051 or 4010560. OLE color: 4010560.
HSL color Cylindrical-coordinate representation of color #40323D: hue angle of 312.86º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #40323D is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 50 | 61 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.75 |
| HSL | 312.86º | 0.12% | 0.22% | - |
| HSV(B) | 312.86º | 0.22% | 0.25% | - |
| XYZ | 4.1 | 3.71 | 4.91 | - |
| YUV | 55.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 61 | 0 | 0.22 | 0.05 | 0.75 | 312.86 | 0.12 | 0.22 |
| Hex | 40 | 32 | 3D | 0 | 16 | 5 | 4B | 139 | C | 16 |
| Octal | 100 | 62 | 75 | 0 | 26 | 5 | 113 | 471 | 14 | 26 |
| Binary | 1000000 | 110010 | 111101 | 0 | 10110 | 101 | 1001011 | 100111001 | 1100 | 10110 |
Color Harmonies of #40323D
Complementary color
Monochromatic Colors of #40323D
Black with #40323D
Text Example
Text Example
White with #40323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40323D; }
p { color: rgb(64,50,61); }
H1.HeaderClassName
{
color: #40323D;
}
.AnyTagClassName
{
color: #40323D;
}
</style>
background-color css
<style>
a { background-color: #40323D; }
a { background-color: rgb(64,50,61); }
div.DivClassName
{
background-color: #40323D;
}
.BgClassName
{
background-color: #40323D;
}
</style>
border-color css
<style>
span { border-color: #40323D; }
span { border-color: rgb(64,50,61); }
td.TdClassName
{
border-color: #40323D;
}
.TagClassName
{
border-color: #40323D;
}
</style>