Shades of Voodoo #42293F
Tints of Voodoo #42293F
RGB
CMYK
RGB Variations
Color information
#42293F (or 0x42293F) is known color: Voodoo. HEX triplet: 42, 29 and 3F. RGB value is (66,41,63). Sum of RGB (Red+Green+Blue) = 66+41+63=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 66 - color contains mainly: red. Hex color #42293F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42293F is #BDD6C0. Grayscale: #323232. Windows color (decimal): -12441281 or 4139330. OLE color: 4139330.
HSL color Cylindrical-coordinate representation of color #42293F: hue angle of 307.2º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #42293F is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 41 | 63 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.74 |
| HSL | 307.2º | 0.23% | 0.21% | - |
| HSV(B) | 307.2º | 0.38% | 0.26% | - |
| XYZ | 3.94 | 3.1 | 5.09 | - |
| YUV | 50.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 63 | 0 | 0.38 | 0.05 | 0.74 | 307.2 | 0.23 | 0.21 |
| Hex | 42 | 29 | 3F | 0 | 26 | 5 | 4A | 133 | 17 | 15 |
| Octal | 102 | 51 | 77 | 0 | 46 | 5 | 112 | 463 | 27 | 25 |
| Binary | 1000010 | 101001 | 111111 | 0 | 100110 | 101 | 1001010 | 100110011 | 10111 | 10101 |
Color Harmonies of #42293F
Complementary color
Monochromatic Colors of #42293F
Black with #42293F
Text Example
Text Example
White with #42293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42293F; }
p { color: rgb(66,41,63); }
H1.HeaderClassName
{
color: #42293F;
}
.AnyTagClassName
{
color: #42293F;
}
</style>
background-color css
<style>
a { background-color: #42293F; }
a { background-color: rgb(66,41,63); }
div.DivClassName
{
background-color: #42293F;
}
.BgClassName
{
background-color: #42293F;
}
</style>
border-color css
<style>
span { border-color: #42293F; }
span { border-color: rgb(66,41,63); }
td.TdClassName
{
border-color: #42293F;
}
.TagClassName
{
border-color: #42293F;
}
</style>