Shades of Voodoo #40333D
Tints of Voodoo #40333D
RGB
CMYK
RGB Variations
Color information
#40333D (or 0x40333D) is known color: Voodoo. HEX triplet: 40, 33 and 3D. RGB value is (64,51,61). Sum of RGB (Red+Green+Blue) = 64+51+61=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 64 - color contains mainly: red. Hex color #40333D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40333D is #BFCCC2. Grayscale: #383838. Windows color (decimal): -12569795 or 4010816. OLE color: 4010816.
HSL color Cylindrical-coordinate representation of color #40333D: hue angle of 313.85º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #40333D is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 51 | 61 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.75 |
| HSL | 313.85º | 0.11% | 0.23% | - |
| HSV(B) | 313.85º | 0.2% | 0.25% | - |
| XYZ | 4.14 | 3.79 | 4.93 | - |
| YUV | 56.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 61 | 0 | 0.20 | 0.05 | 0.75 | 313.85 | 0.11 | 0.23 |
| Hex | 40 | 33 | 3D | 0 | 14 | 5 | 4B | 13A | B | 17 |
| Octal | 100 | 63 | 75 | 0 | 24 | 5 | 113 | 472 | 13 | 27 |
| Binary | 1000000 | 110011 | 111101 | 0 | 10100 | 101 | 1001011 | 100111010 | 1011 | 10111 |
Color Harmonies of #40333D
Complementary color
Monochromatic Colors of #40333D
Black with #40333D
Text Example
Text Example
White with #40333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40333D; }
p { color: rgb(64,51,61); }
H1.HeaderClassName
{
color: #40333D;
}
.AnyTagClassName
{
color: #40333D;
}
</style>
background-color css
<style>
a { background-color: #40333D; }
a { background-color: rgb(64,51,61); }
div.DivClassName
{
background-color: #40333D;
}
.BgClassName
{
background-color: #40333D;
}
</style>
border-color css
<style>
span { border-color: #40333D; }
span { border-color: rgb(64,51,61); }
td.TdClassName
{
border-color: #40333D;
}
.TagClassName
{
border-color: #40333D;
}
</style>