Shades of Voodoo #40333E
Tints of Voodoo #40333E
RGB
CMYK
RGB Variations
Color information
#40333E (or 0x40333E) is known color: Voodoo. HEX triplet: 40, 33 and 3E. RGB value is (64,51,62). Sum of RGB (Red+Green+Blue) = 64+51+62=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 64 - color contains mainly: red. Hex color #40333E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40333E is #BFCCC1. Grayscale: #383838. Windows color (decimal): -12569794 or 4076352. OLE color: 4076352.
HSL color Cylindrical-coordinate representation of color #40333E: hue angle of 309.23º 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 #40333E is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 51 | 62 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.75 |
| HSL | 309.23º | 0.11% | 0.23% | - |
| HSV(B) | 309.23º | 0.2% | 0.25% | - |
| XYZ | 4.17 | 3.81 | 5.07 | - |
| YUV | 56.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 62 | 0 | 0.20 | 0.03 | 0.75 | 309.23 | 0.11 | 0.23 |
| Hex | 40 | 33 | 3E | 0 | 14 | 3 | 4B | 135 | B | 17 |
| Octal | 100 | 63 | 76 | 0 | 24 | 3 | 113 | 465 | 13 | 27 |
| Binary | 1000000 | 110011 | 111110 | 0 | 10100 | 11 | 1001011 | 100110101 | 1011 | 10111 |
Color Harmonies of #40333E
Complementary color
Monochromatic Colors of #40333E
Black with #40333E
Text Example
Text Example
White with #40333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40333E; }
p { color: rgb(64,51,62); }
H1.HeaderClassName
{
color: #40333E;
}
.AnyTagClassName
{
color: #40333E;
}
</style>
background-color css
<style>
a { background-color: #40333E; }
a { background-color: rgb(64,51,62); }
div.DivClassName
{
background-color: #40333E;
}
.BgClassName
{
background-color: #40333E;
}
</style>
border-color css
<style>
span { border-color: #40333E; }
span { border-color: rgb(64,51,62); }
td.TdClassName
{
border-color: #40333E;
}
.TagClassName
{
border-color: #40333E;
}
</style>