Shades of Voodoo #402F3A
Tints of Voodoo #402F3A
RGB
CMYK
RGB Variations
Color information
#402F3A (or 0x402F3A) is known color: Voodoo. HEX triplet: 40, 2F and 3A. RGB value is (64,47,58). Sum of RGB (Red+Green+Blue) = 64+47+58=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 64 - color contains mainly: red. Hex color #402F3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402F3A is #BFD0C5. Grayscale: #353535. Windows color (decimal): -12570822 or 3813184. OLE color: 3813184.
HSL color Cylindrical-coordinate representation of color #402F3A: hue angle of 321.18º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #402F3A is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 47 | 58 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.75 |
| HSL | 321.18º | 0.15% | 0.22% | - |
| HSV(B) | 321.18º | 0.27% | 0.25% | - |
| XYZ | 3.89 | 3.43 | 4.46 | - |
| YUV | 53.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 47 | 58 | 0 | 0.27 | 0.09 | 0.75 | 321.18 | 0.15 | 0.22 |
| Hex | 40 | 2F | 3A | 0 | 1B | 9 | 4B | 141 | F | 16 |
| Octal | 100 | 57 | 72 | 0 | 33 | 11 | 113 | 501 | 17 | 26 |
| Binary | 1000000 | 101111 | 111010 | 0 | 11011 | 1001 | 1001011 | 101000001 | 1111 | 10110 |
Color Harmonies of #402F3A
Complementary color
Monochromatic Colors of #402F3A
Black with #402F3A
Text Example
Text Example
White with #402F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402F3A; }
p { color: rgb(64,47,58); }
H1.HeaderClassName
{
color: #402F3A;
}
.AnyTagClassName
{
color: #402F3A;
}
</style>
background-color css
<style>
a { background-color: #402F3A; }
a { background-color: rgb(64,47,58); }
div.DivClassName
{
background-color: #402F3A;
}
.BgClassName
{
background-color: #402F3A;
}
</style>
border-color css
<style>
span { border-color: #402F3A; }
span { border-color: rgb(64,47,58); }
td.TdClassName
{
border-color: #402F3A;
}
.TagClassName
{
border-color: #402F3A;
}
</style>