Shades of Voodoo #41353F
Tints of Voodoo #41353F
RGB
CMYK
RGB Variations
Color information
#41353F (or 0x41353F) is known color: Voodoo. HEX triplet: 41, 35 and 3F. RGB value is (65,53,63). Sum of RGB (Red+Green+Blue) = 65+53+63=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 65 - color contains mainly: red. Hex color #41353F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41353F is #BECAC0. Grayscale: #393939. Windows color (decimal): -12503745 or 4142401. OLE color: 4142401.
HSL color Cylindrical-coordinate representation of color #41353F: hue angle of 310º 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 #41353F is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 53 | 63 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.75 |
| HSL | 310º | 0.1% | 0.23% | - |
| HSV(B) | 310º | 0.18% | 0.25% | - |
| XYZ | 4.35 | 4.03 | 5.25 | - |
| YUV | 57.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 53 | 63 | 0 | 0.18 | 0.03 | 0.75 | 310 | 0.1 | 0.23 |
| Hex | 41 | 35 | 3F | 0 | 12 | 3 | 4B | 136 | A | 17 |
| Octal | 101 | 65 | 77 | 0 | 22 | 3 | 113 | 466 | 12 | 27 |
| Binary | 1000001 | 110101 | 111111 | 0 | 10010 | 11 | 1001011 | 100110110 | 1010 | 10111 |
Color Harmonies of #41353F
Complementary color
Monochromatic Colors of #41353F
Black with #41353F
Text Example
Text Example
White with #41353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41353F; }
p { color: rgb(65,53,63); }
H1.HeaderClassName
{
color: #41353F;
}
.AnyTagClassName
{
color: #41353F;
}
</style>
background-color css
<style>
a { background-color: #41353F; }
a { background-color: rgb(65,53,63); }
div.DivClassName
{
background-color: #41353F;
}
.BgClassName
{
background-color: #41353F;
}
</style>
border-color css
<style>
span { border-color: #41353F; }
span { border-color: rgb(65,53,63); }
td.TdClassName
{
border-color: #41353F;
}
.TagClassName
{
border-color: #41353F;
}
</style>