Shades of Voodoo #411F3B
Tints of Voodoo #411F3B
RGB
CMYK
RGB Variations
Color information
#411F3B (or 0x411F3B) is known color: Voodoo. HEX triplet: 41, 1F and 3B. RGB value is (65,31,59). Sum of RGB (Red+Green+Blue) = 65+31+59=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #411F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F3B is #BEE0C4. Grayscale: #2C2C2C. Windows color (decimal): -12509381 or 3874625. OLE color: 3874625.
HSL color Cylindrical-coordinate representation of color #411F3B: hue angle of 310.59º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #411F3B is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 31 | 59 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.75 |
| HSL | 310.59º | 0.35% | 0.19% | - |
| HSV(B) | 310.59º | 0.52% | 0.25% | - |
| XYZ | 3.46 | 2.42 | 4.42 | - |
| YUV | 44.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 31 | 59 | 0 | 0.52 | 0.09 | 0.75 | 310.59 | 0.35 | 0.19 |
| Hex | 41 | 1F | 3B | 0 | 34 | 9 | 4B | 137 | 23 | 13 |
| Octal | 101 | 37 | 73 | 0 | 64 | 11 | 113 | 467 | 43 | 23 |
| Binary | 1000001 | 11111 | 111011 | 0 | 110100 | 1001 | 1001011 | 100110111 | 100011 | 10011 |
Color Harmonies of #411F3B
Complementary color
Monochromatic Colors of #411F3B
Black with #411F3B
Text Example
Text Example
White with #411F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411F3B; }
p { color: rgb(65,31,59); }
H1.HeaderClassName
{
color: #411F3B;
}
.AnyTagClassName
{
color: #411F3B;
}
</style>
background-color css
<style>
a { background-color: #411F3B; }
a { background-color: rgb(65,31,59); }
div.DivClassName
{
background-color: #411F3B;
}
.BgClassName
{
background-color: #411F3B;
}
</style>
border-color css
<style>
span { border-color: #411F3B; }
span { border-color: rgb(65,31,59); }
td.TdClassName
{
border-color: #411F3B;
}
.TagClassName
{
border-color: #411F3B;
}
</style>