Shades of Voodoo #402E3D
Tints of Voodoo #402E3D
RGB
CMYK
RGB Variations
Color information
#402E3D (or 0x402E3D) is known color: Voodoo. HEX triplet: 40, 2E and 3D. RGB value is (64,46,61). Sum of RGB (Red+Green+Blue) = 64+46+61=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 64 - color contains mainly: red. Hex color #402E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402E3D is #BFD1C2. Grayscale: #353535. Windows color (decimal): -12571075 or 4009536. OLE color: 4009536.
HSL color Cylindrical-coordinate representation of color #402E3D: hue angle of 310º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #402E3D is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
RGB | 64 | 46 | 61 | - |
CMYK | 0 | 0.28 | 0.05 | 0.75 |
HSL | 310º | 0.16% | 0.22% | - |
HSV(B) | 310º | 0.28% | 0.25% | - |
XYZ | 3.93 | 3.38 | 4.86 | - |
YUV | 53.09 | 132.46 | 135.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 64 | 46 | 61 | 0 | 0.28 | 0.05 | 0.75 | 310 | 0.16 | 0.22 |
Hex | 40 | 2E | 3D | 0 | 1C | 5 | 4B | 136 | 10 | 16 |
Octal | 100 | 56 | 75 | 0 | 34 | 5 | 113 | 466 | 20 | 26 |
Binary | 1000000 | 101110 | 111101 | 0 | 11100 | 101 | 1001011 | 100110110 | 10000 | 10110 |
Color Harmonies of #402E3D
Complementary color
Monochromatic Colors of #402E3D
Black with #402E3D
Text Example
Text Example
White with #402E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402E3D; }
p { color: rgb(64,46,61); }
H1.HeaderClassName
{
color: #402E3D;
}
.AnyTagClassName
{
color: #402E3D;
}
</style>
background-color css
<style>
a { background-color: #402E3D; }
a { background-color: rgb(64,46,61); }
div.DivClassName
{
background-color: #402E3D;
}
.BgClassName
{
background-color: #402E3D;
}
</style>
border-color css
<style>
span { border-color: #402E3D; }
span { border-color: rgb(64,46,61); }
td.TdClassName
{
border-color: #402E3D;
}
.TagClassName
{
border-color: #402E3D;
}
</style>