Shades of Voodoo #41233B
Tints of Voodoo #41233B
RGB
CMYK
RGB Variations
Color information
#41233B (or 0x41233B) is known color: Voodoo. HEX triplet: 41, 23 and 3B. RGB value is (65,35,59). Sum of RGB (Red+Green+Blue) = 65+35+59=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 65 - color contains mainly: red. Hex color #41233B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41233B is #BEDCC4. Grayscale: #2E2E2E. Windows color (decimal): -12508357 or 3875649. OLE color: 3875649.
HSL color Cylindrical-coordinate representation of color #41233B: hue angle of 312º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #41233B is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 35 | 59 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.75 |
| HSL | 312º | 0.3% | 0.2% | - |
| HSV(B) | 312º | 0.46% | 0.25% | - |
| XYZ | 3.57 | 2.64 | 4.46 | - |
| YUV | 46.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 59 | 0 | 0.46 | 0.09 | 0.75 | 312 | 0.3 | 0.2 |
| Hex | 41 | 23 | 3B | 0 | 2E | 9 | 4B | 138 | 1E | 14 |
| Octal | 101 | 43 | 73 | 0 | 56 | 11 | 113 | 470 | 36 | 24 |
| Binary | 1000001 | 100011 | 111011 | 0 | 101110 | 1001 | 1001011 | 100111000 | 11110 | 10100 |
Color Harmonies of #41233B
Complementary color
Monochromatic Colors of #41233B
Black with #41233B
Text Example
Text Example
White with #41233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41233B; }
p { color: rgb(65,35,59); }
H1.HeaderClassName
{
color: #41233B;
}
.AnyTagClassName
{
color: #41233B;
}
</style>
background-color css
<style>
a { background-color: #41233B; }
a { background-color: rgb(65,35,59); }
div.DivClassName
{
background-color: #41233B;
}
.BgClassName
{
background-color: #41233B;
}
</style>
border-color css
<style>
span { border-color: #41233B; }
span { border-color: rgb(65,35,59); }
td.TdClassName
{
border-color: #41233B;
}
.TagClassName
{
border-color: #41233B;
}
</style>