Shades of Voodoo #41363D
Tints of Voodoo #41363D
RGB
CMYK
RGB Variations
Color information
#41363D (or 0x41363D) is known color: Voodoo. HEX triplet: 41, 36 and 3D. RGB value is (65,54,61). Sum of RGB (Red+Green+Blue) = 65+54+61=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 65 - color contains mainly: red. Hex color #41363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41363D is #BEC9C2. Grayscale: #3A3A3A. Windows color (decimal): -12503491 or 4011585. OLE color: 4011585.
HSL color Cylindrical-coordinate representation of color #41363D: hue angle of 321.82º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #41363D is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 54 | 61 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.75 |
| HSL | 321.82º | 0.09% | 0.23% | - |
| HSV(B) | 321.82º | 0.17% | 0.25% | - |
| XYZ | 4.34 | 4.1 | 4.98 | - |
| YUV | 58.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 54 | 61 | 0 | 0.17 | 0.06 | 0.75 | 321.82 | 0.09 | 0.23 |
| Hex | 41 | 36 | 3D | 0 | 11 | 6 | 4B | 142 | 9 | 17 |
| Octal | 101 | 66 | 75 | 0 | 21 | 6 | 113 | 502 | 11 | 27 |
| Binary | 1000001 | 110110 | 111101 | 0 | 10001 | 110 | 1001011 | 101000010 | 1001 | 10111 |
Color Harmonies of #41363D
Complementary color
Monochromatic Colors of #41363D
Black with #41363D
Text Example
Text Example
White with #41363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41363D; }
p { color: rgb(65,54,61); }
H1.HeaderClassName
{
color: #41363D;
}
.AnyTagClassName
{
color: #41363D;
}
</style>
background-color css
<style>
a { background-color: #41363D; }
a { background-color: rgb(65,54,61); }
div.DivClassName
{
background-color: #41363D;
}
.BgClassName
{
background-color: #41363D;
}
</style>
border-color css
<style>
span { border-color: #41363D; }
span { border-color: rgb(65,54,61); }
td.TdClassName
{
border-color: #41363D;
}
.TagClassName
{
border-color: #41363D;
}
</style>