Shades of Voodoo #41333D
Tints of Voodoo #41333D
RGB
CMYK
RGB Variations
Color information
#41333D (or 0x41333D) is known color: Voodoo. HEX triplet: 41, 33 and 3D. RGB value is (65,51,61). Sum of RGB (Red+Green+Blue) = 65+51+61=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 65 - color contains mainly: red. Hex color #41333D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41333D is #BECCC2. Grayscale: #383838. Windows color (decimal): -12504259 or 4010817. OLE color: 4010817.
HSL color Cylindrical-coordinate representation of color #41333D: hue angle of 317.14º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #41333D is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 51 | 61 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.75 |
| HSL | 317.14º | 0.12% | 0.23% | - |
| HSV(B) | 317.14º | 0.22% | 0.25% | - |
| XYZ | 4.21 | 3.83 | 4.93 | - |
| YUV | 56.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 61 | 0 | 0.22 | 0.06 | 0.75 | 317.14 | 0.12 | 0.23 |
| Hex | 41 | 33 | 3D | 0 | 16 | 6 | 4B | 13D | C | 17 |
| Octal | 101 | 63 | 75 | 0 | 26 | 6 | 113 | 475 | 14 | 27 |
| Binary | 1000001 | 110011 | 111101 | 0 | 10110 | 110 | 1001011 | 100111101 | 1100 | 10111 |
Color Harmonies of #41333D
Complementary color
Monochromatic Colors of #41333D
Black with #41333D
Text Example
Text Example
White with #41333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41333D; }
p { color: rgb(65,51,61); }
H1.HeaderClassName
{
color: #41333D;
}
.AnyTagClassName
{
color: #41333D;
}
</style>
background-color css
<style>
a { background-color: #41333D; }
a { background-color: rgb(65,51,61); }
div.DivClassName
{
background-color: #41333D;
}
.BgClassName
{
background-color: #41333D;
}
</style>
border-color css
<style>
span { border-color: #41333D; }
span { border-color: rgb(65,51,61); }
td.TdClassName
{
border-color: #41333D;
}
.TagClassName
{
border-color: #41333D;
}
</style>