Shades of Voodoo #442A42
Tints of Voodoo #442A42
RGB
CMYK
RGB Variations
Color information
#442A42 (or 0x442A42) is known color: Voodoo. HEX triplet: 44, 2A and 42. RGB value is (68,42,66). Sum of RGB (Red+Green+Blue) = 68+42+66=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 68 - color contains mainly: red. Hex color #442A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442A42 is #BBD5BD. Grayscale: #343434. Windows color (decimal): -12309950 or 4336196. OLE color: 4336196.
HSL color Cylindrical-coordinate representation of color #442A42: hue angle of 304.62º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #442A42 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 42 | 66 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.73 |
| HSL | 304.62º | 0.24% | 0.22% | - |
| HSV(B) | 304.62º | 0.38% | 0.27% | - |
| XYZ | 4.2 | 3.28 | 5.57 | - |
| YUV | 52.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 66 | 0 | 0.38 | 0.03 | 0.73 | 304.62 | 0.24 | 0.22 |
| Hex | 44 | 2A | 42 | 0 | 26 | 3 | 49 | 131 | 18 | 16 |
| Octal | 104 | 52 | 102 | 0 | 46 | 3 | 111 | 461 | 30 | 26 |
| Binary | 1000100 | 101010 | 1000010 | 0 | 100110 | 11 | 1001001 | 100110001 | 11000 | 10110 |
Color Harmonies of #442A42
Complementary color
Monochromatic Colors of #442A42
Black with #442A42
Text Example
Text Example
White with #442A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442A42; }
p { color: rgb(68,42,66); }
H1.HeaderClassName
{
color: #442A42;
}
.AnyTagClassName
{
color: #442A42;
}
</style>
background-color css
<style>
a { background-color: #442A42; }
a { background-color: rgb(68,42,66); }
div.DivClassName
{
background-color: #442A42;
}
.BgClassName
{
background-color: #442A42;
}
</style>
border-color css
<style>
span { border-color: #442A42; }
span { border-color: rgb(68,42,66); }
td.TdClassName
{
border-color: #442A42;
}
.TagClassName
{
border-color: #442A42;
}
</style>