Shades of Voodoo #41353D
Tints of Voodoo #41353D
RGB
CMYK
RGB Variations
Color information
#41353D (or 0x41353D) is known color: Voodoo. HEX triplet: 41, 35 and 3D. RGB value is (65,53,61). Sum of RGB (Red+Green+Blue) = 65+53+61=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 65 - color contains mainly: red. Hex color #41353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41353D is #BECAC2. Grayscale: #393939. Windows color (decimal): -12503747 or 4011329. OLE color: 4011329.
HSL color Cylindrical-coordinate representation of color #41353D: hue angle of 320º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #41353D is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 53 | 61 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.75 |
| HSL | 320º | 0.1% | 0.23% | - |
| HSV(B) | 320º | 0.18% | 0.25% | - |
| XYZ | 4.3 | 4.01 | 4.96 | - |
| YUV | 57.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 53 | 61 | 0 | 0.18 | 0.06 | 0.75 | 320 | 0.1 | 0.23 |
| Hex | 41 | 35 | 3D | 0 | 12 | 6 | 4B | 140 | A | 17 |
| Octal | 101 | 65 | 75 | 0 | 22 | 6 | 113 | 500 | 12 | 27 |
| Binary | 1000001 | 110101 | 111101 | 0 | 10010 | 110 | 1001011 | 101000000 | 1010 | 10111 |
Color Harmonies of #41353D
Complementary color
Monochromatic Colors of #41353D
Black with #41353D
Text Example
Text Example
White with #41353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41353D; }
p { color: rgb(65,53,61); }
H1.HeaderClassName
{
color: #41353D;
}
.AnyTagClassName
{
color: #41353D;
}
</style>
background-color css
<style>
a { background-color: #41353D; }
a { background-color: rgb(65,53,61); }
div.DivClassName
{
background-color: #41353D;
}
.BgClassName
{
background-color: #41353D;
}
</style>
border-color css
<style>
span { border-color: #41353D; }
span { border-color: rgb(65,53,61); }
td.TdClassName
{
border-color: #41353D;
}
.TagClassName
{
border-color: #41353D;
}
</style>