Shades of Voodoo #41293D
Tints of Voodoo #41293D
RGB
CMYK
RGB Variations
Color information
#41293D (or 0x41293D) is known color: Voodoo. HEX triplet: 41, 29 and 3D. RGB value is (65,41,61). Sum of RGB (Red+Green+Blue) = 65+41+61=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 65 - color contains mainly: red. Hex color #41293D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41293D is #BED6C2. Grayscale: #323232. Windows color (decimal): -12506819 or 4008257. OLE color: 4008257.
HSL color Cylindrical-coordinate representation of color #41293D: hue angle of 310º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #41293D is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 41 | 61 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.75 |
| HSL | 310º | 0.23% | 0.21% | - |
| HSV(B) | 310º | 0.37% | 0.25% | - |
| XYZ | 3.82 | 3.05 | 4.8 | - |
| YUV | 50.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 61 | 0 | 0.37 | 0.06 | 0.75 | 310 | 0.23 | 0.21 |
| Hex | 41 | 29 | 3D | 0 | 25 | 6 | 4B | 136 | 17 | 15 |
| Octal | 101 | 51 | 75 | 0 | 45 | 6 | 113 | 466 | 27 | 25 |
| Binary | 1000001 | 101001 | 111101 | 0 | 100101 | 110 | 1001011 | 100110110 | 10111 | 10101 |
Color Harmonies of #41293D
Complementary color
Monochromatic Colors of #41293D
Black with #41293D
Text Example
Text Example
White with #41293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41293D; }
p { color: rgb(65,41,61); }
H1.HeaderClassName
{
color: #41293D;
}
.AnyTagClassName
{
color: #41293D;
}
</style>
background-color css
<style>
a { background-color: #41293D; }
a { background-color: rgb(65,41,61); }
div.DivClassName
{
background-color: #41293D;
}
.BgClassName
{
background-color: #41293D;
}
</style>
border-color css
<style>
span { border-color: #41293D; }
span { border-color: rgb(65,41,61); }
td.TdClassName
{
border-color: #41293D;
}
.TagClassName
{
border-color: #41293D;
}
</style>