Shades of Voodoo #40303D
Tints of Voodoo #40303D
RGB
CMYK
RGB Variations
Color information
#40303D (or 0x40303D) is known color: Voodoo. HEX triplet: 40, 30 and 3D. RGB value is (64,48,61). Sum of RGB (Red+Green+Blue) = 64+48+61=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 64 - color contains mainly: red. Hex color #40303D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40303D is #BFCFC2. Grayscale: #363636. Windows color (decimal): -12570563 or 4010048. OLE color: 4010048.
HSL color Cylindrical-coordinate representation of color #40303D: hue angle of 311.25º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #40303D is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 48 | 61 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.75 |
| HSL | 311.25º | 0.14% | 0.22% | - |
| HSV(B) | 311.25º | 0.25% | 0.25% | - |
| XYZ | 4.01 | 3.54 | 4.89 | - |
| YUV | 54.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 61 | 0 | 0.25 | 0.05 | 0.75 | 311.25 | 0.14 | 0.22 |
| Hex | 40 | 30 | 3D | 0 | 19 | 5 | 4B | 137 | E | 16 |
| Octal | 100 | 60 | 75 | 0 | 31 | 5 | 113 | 467 | 16 | 26 |
| Binary | 1000000 | 110000 | 111101 | 0 | 11001 | 101 | 1001011 | 100110111 | 1110 | 10110 |
Color Harmonies of #40303D
Complementary color
Monochromatic Colors of #40303D
Black with #40303D
Text Example
Text Example
White with #40303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40303D; }
p { color: rgb(64,48,61); }
H1.HeaderClassName
{
color: #40303D;
}
.AnyTagClassName
{
color: #40303D;
}
</style>
background-color css
<style>
a { background-color: #40303D; }
a { background-color: rgb(64,48,61); }
div.DivClassName
{
background-color: #40303D;
}
.BgClassName
{
background-color: #40303D;
}
</style>
border-color css
<style>
span { border-color: #40303D; }
span { border-color: rgb(64,48,61); }
td.TdClassName
{
border-color: #40303D;
}
.TagClassName
{
border-color: #40303D;
}
</style>