Shades of Voodoo #442C42
Tints of Voodoo #442C42
RGB
CMYK
RGB Variations
Color information
#442C42 (or 0x442C42) is known color: Voodoo. HEX triplet: 44, 2C and 42. RGB value is (68,44,66). Sum of RGB (Red+Green+Blue) = 68+44+66=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 68 - color contains mainly: red. Hex color #442C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442C42 is #BBD3BD. Grayscale: #353535. Windows color (decimal): -12309438 or 4336708. OLE color: 4336708.
HSL color Cylindrical-coordinate representation of color #442C42: hue angle of 305º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #442C42 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 44 | 66 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.73 |
| HSL | 305º | 0.21% | 0.22% | - |
| HSV(B) | 305º | 0.35% | 0.27% | - |
| XYZ | 4.27 | 3.42 | 5.59 | - |
| YUV | 53.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 66 | 0 | 0.35 | 0.03 | 0.73 | 305 | 0.21 | 0.22 |
| Hex | 44 | 2C | 42 | 0 | 23 | 3 | 49 | 131 | 15 | 16 |
| Octal | 104 | 54 | 102 | 0 | 43 | 3 | 111 | 461 | 25 | 26 |
| Binary | 1000100 | 101100 | 1000010 | 0 | 100011 | 11 | 1001001 | 100110001 | 10101 | 10110 |
Color Harmonies of #442C42
Complementary color
Monochromatic Colors of #442C42
Black with #442C42
Text Example
Text Example
White with #442C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442C42; }
p { color: rgb(68,44,66); }
H1.HeaderClassName
{
color: #442C42;
}
.AnyTagClassName
{
color: #442C42;
}
</style>
background-color css
<style>
a { background-color: #442C42; }
a { background-color: rgb(68,44,66); }
div.DivClassName
{
background-color: #442C42;
}
.BgClassName
{
background-color: #442C42;
}
</style>
border-color css
<style>
span { border-color: #442C42; }
span { border-color: rgb(68,44,66); }
td.TdClassName
{
border-color: #442C42;
}
.TagClassName
{
border-color: #442C42;
}
</style>