Shades of Voodoo #41283C
Tints of Voodoo #41283C
RGB
CMYK
RGB Variations
Color information
#41283C (or 0x41283C) is known color: Voodoo. HEX triplet: 41, 28 and 3C. RGB value is (65,40,60). Sum of RGB (Red+Green+Blue) = 65+40+60=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 65 - color contains mainly: red. Hex color #41283C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41283C is #BED7C3. Grayscale: #313131. Windows color (decimal): -12507076 or 3942465. OLE color: 3942465.
HSL color Cylindrical-coordinate representation of color #41283C: hue angle of 312º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #41283C is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 40 | 60 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.75 |
| HSL | 312º | 0.24% | 0.21% | - |
| HSV(B) | 312º | 0.38% | 0.25% | - |
| XYZ | 3.75 | 2.97 | 4.65 | - |
| YUV | 49.76 | 133.78 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 40 | 60 | 0 | 0.38 | 0.08 | 0.75 | 312 | 0.24 | 0.21 |
| Hex | 41 | 28 | 3C | 0 | 26 | 8 | 4B | 138 | 18 | 15 |
| Octal | 101 | 50 | 74 | 0 | 46 | 10 | 113 | 470 | 30 | 25 |
| Binary | 1000001 | 101000 | 111100 | 0 | 100110 | 1000 | 1001011 | 100111000 | 11000 | 10101 |
Color Harmonies of #41283C
Complementary color
Monochromatic Colors of #41283C
Black with #41283C
Text Example
Text Example
White with #41283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41283C; }
p { color: rgb(65,40,60); }
H1.HeaderClassName
{
color: #41283C;
}
.AnyTagClassName
{
color: #41283C;
}
</style>
background-color css
<style>
a { background-color: #41283C; }
a { background-color: rgb(65,40,60); }
div.DivClassName
{
background-color: #41283C;
}
.BgClassName
{
background-color: #41283C;
}
</style>
border-color css
<style>
span { border-color: #41283C; }
span { border-color: rgb(65,40,60); }
td.TdClassName
{
border-color: #41283C;
}
.TagClassName
{
border-color: #41283C;
}
</style>