Shades of Voodoo #41303F
Tints of Voodoo #41303F
RGB
CMYK
RGB Variations
Color information
#41303F (or 0x41303F) is known color: Voodoo. HEX triplet: 41, 30 and 3F. RGB value is (65,48,63). Sum of RGB (Red+Green+Blue) = 65+48+63=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 65 - color contains mainly: red. Hex color #41303F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41303F is #BECFC0. Grayscale: #363636. Windows color (decimal): -12505025 or 4141121. OLE color: 4141121.
HSL color Cylindrical-coordinate representation of color #41303F: hue angle of 307.06º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #41303F is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 48 | 63 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.75 |
| HSL | 307.06º | 0.15% | 0.22% | - |
| HSV(B) | 307.06º | 0.26% | 0.25% | - |
| XYZ | 4.13 | 3.6 | 5.18 | - |
| YUV | 54.79 | 132.63 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 63 | 0 | 0.26 | 0.03 | 0.75 | 307.06 | 0.15 | 0.22 |
| Hex | 41 | 30 | 3F | 0 | 1A | 3 | 4B | 133 | F | 16 |
| Octal | 101 | 60 | 77 | 0 | 32 | 3 | 113 | 463 | 17 | 26 |
| Binary | 1000001 | 110000 | 111111 | 0 | 11010 | 11 | 1001011 | 100110011 | 1111 | 10110 |
Color Harmonies of #41303F
Complementary color
Monochromatic Colors of #41303F
Black with #41303F
Text Example
Text Example
White with #41303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41303F; }
p { color: rgb(65,48,63); }
H1.HeaderClassName
{
color: #41303F;
}
.AnyTagClassName
{
color: #41303F;
}
</style>
background-color css
<style>
a { background-color: #41303F; }
a { background-color: rgb(65,48,63); }
div.DivClassName
{
background-color: #41303F;
}
.BgClassName
{
background-color: #41303F;
}
</style>
border-color css
<style>
span { border-color: #41303F; }
span { border-color: rgb(65,48,63); }
td.TdClassName
{
border-color: #41303F;
}
.TagClassName
{
border-color: #41303F;
}
</style>