Shades of Voodoo #442F41
Tints of Voodoo #442F41
RGB
CMYK
RGB Variations
Color information
#442F41 (or 0x442F41) is known color: Voodoo. HEX triplet: 44, 2F and 41. RGB value is (68,47,65). Sum of RGB (Red+Green+Blue) = 68+47+65=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 47 (18.75% from 255 or 26.11% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 68 - color contains mainly: red. Hex color #442F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442F41 is #BBD0BE. Grayscale: #373737. Windows color (decimal): -12308671 or 4271940. OLE color: 4271940.
HSL color Cylindrical-coordinate representation of color #442F41: hue angle of 308.57º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #442F41 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 47 | 65 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.73 |
| HSL | 308.57º | 0.18% | 0.23% | - |
| HSV(B) | 308.57º | 0.31% | 0.27% | - |
| XYZ | 4.35 | 3.64 | 5.47 | - |
| YUV | 55.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 47 | 65 | 0 | 0.31 | 0.04 | 0.73 | 308.57 | 0.18 | 0.23 |
| Hex | 44 | 2F | 41 | 0 | 1F | 4 | 49 | 135 | 12 | 17 |
| Octal | 104 | 57 | 101 | 0 | 37 | 4 | 111 | 465 | 22 | 27 |
| Binary | 1000100 | 101111 | 1000001 | 0 | 11111 | 100 | 1001001 | 100110101 | 10010 | 10111 |
Color Harmonies of #442F41
Complementary color
Monochromatic Colors of #442F41
Black with #442F41
Text Example
Text Example
White with #442F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442F41; }
p { color: rgb(68,47,65); }
H1.HeaderClassName
{
color: #442F41;
}
.AnyTagClassName
{
color: #442F41;
}
</style>
background-color css
<style>
a { background-color: #442F41; }
a { background-color: rgb(68,47,65); }
div.DivClassName
{
background-color: #442F41;
}
.BgClassName
{
background-color: #442F41;
}
</style>
border-color css
<style>
span { border-color: #442F41; }
span { border-color: rgb(68,47,65); }
td.TdClassName
{
border-color: #442F41;
}
.TagClassName
{
border-color: #442F41;
}
</style>