Shades of Voodoo #41303D
Tints of Voodoo #41303D
RGB
CMYK
RGB Variations
Color information
#41303D (or 0x41303D) is known color: Voodoo. HEX triplet: 41, 30 and 3D. RGB value is (65,48,61). Sum of RGB (Red+Green+Blue) = 65+48+61=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 65 - color contains mainly: red. Hex color #41303D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41303D is #BECFC2. Grayscale: #363636. Windows color (decimal): -12505027 or 4010049. OLE color: 4010049.
HSL color Cylindrical-coordinate representation of color #41303D: hue angle of 314.12º 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 #41303D is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 48 | 61 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.75 |
| HSL | 314.12º | 0.15% | 0.22% | - |
| HSV(B) | 314.12º | 0.26% | 0.25% | - |
| XYZ | 4.08 | 3.57 | 4.89 | - |
| YUV | 54.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 61 | 0 | 0.26 | 0.06 | 0.75 | 314.12 | 0.15 | 0.22 |
| Hex | 41 | 30 | 3D | 0 | 1A | 6 | 4B | 13A | F | 16 |
| Octal | 101 | 60 | 75 | 0 | 32 | 6 | 113 | 472 | 17 | 26 |
| Binary | 1000001 | 110000 | 111101 | 0 | 11010 | 110 | 1001011 | 100111010 | 1111 | 10110 |
Color Harmonies of #41303D
Complementary color
Monochromatic Colors of #41303D
Black with #41303D
Text Example
Text Example
White with #41303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41303D; }
p { color: rgb(65,48,61); }
H1.HeaderClassName
{
color: #41303D;
}
.AnyTagClassName
{
color: #41303D;
}
</style>
background-color css
<style>
a { background-color: #41303D; }
a { background-color: rgb(65,48,61); }
div.DivClassName
{
background-color: #41303D;
}
.BgClassName
{
background-color: #41303D;
}
</style>
border-color css
<style>
span { border-color: #41303D; }
span { border-color: rgb(65,48,61); }
td.TdClassName
{
border-color: #41303D;
}
.TagClassName
{
border-color: #41303D;
}
</style>