Shades of Voodoo #40323B
Tints of Voodoo #40323B
RGB
CMYK
RGB Variations
Color information
#40323B (or 0x40323B) is known color: Voodoo. HEX triplet: 40, 32 and 3B. RGB value is (64,50,59). Sum of RGB (Red+Green+Blue) = 64+50+59=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 64 - color contains mainly: red. Hex color #40323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40323B is #BFCDC4. Grayscale: #373737. Windows color (decimal): -12570053 or 3879488. OLE color: 3879488.
HSL color Cylindrical-coordinate representation of color #40323B: hue angle of 321.43º 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 #40323B is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 50 | 59 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.75 |
| HSL | 321.43º | 0.12% | 0.22% | - |
| HSV(B) | 321.43º | 0.22% | 0.25% | - |
| XYZ | 4.04 | 3.69 | 4.64 | - |
| YUV | 55.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 59 | 0 | 0.22 | 0.08 | 0.75 | 321.43 | 0.12 | 0.22 |
| Hex | 40 | 32 | 3B | 0 | 16 | 8 | 4B | 141 | C | 16 |
| Octal | 100 | 62 | 73 | 0 | 26 | 10 | 113 | 501 | 14 | 26 |
| Binary | 1000000 | 110010 | 111011 | 0 | 10110 | 1000 | 1001011 | 101000001 | 1100 | 10110 |
Color Harmonies of #40323B
Complementary color
Monochromatic Colors of #40323B
Black with #40323B
Text Example
Text Example
White with #40323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40323B; }
p { color: rgb(64,50,59); }
H1.HeaderClassName
{
color: #40323B;
}
.AnyTagClassName
{
color: #40323B;
}
</style>
background-color css
<style>
a { background-color: #40323B; }
a { background-color: rgb(64,50,59); }
div.DivClassName
{
background-color: #40323B;
}
.BgClassName
{
background-color: #40323B;
}
</style>
border-color css
<style>
span { border-color: #40323B; }
span { border-color: rgb(64,50,59); }
td.TdClassName
{
border-color: #40323B;
}
.TagClassName
{
border-color: #40323B;
}
</style>