Shades of Voodoo #42293C
Tints of Voodoo #42293C
RGB
CMYK
RGB Variations
Color information
#42293C (or 0x42293C) is known color: Voodoo. HEX triplet: 42, 29 and 3C. RGB value is (66,41,60). Sum of RGB (Red+Green+Blue) = 66+41+60=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 66 - color contains mainly: red. Hex color #42293C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42293C is #BDD6C3. Grayscale: #323232. Windows color (decimal): -12441284 or 3942722. OLE color: 3942722.
HSL color Cylindrical-coordinate representation of color #42293C: hue angle of 314.4º 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 #42293C is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 41 | 60 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.74 |
| HSL | 314.4º | 0.23% | 0.21% | - |
| HSV(B) | 314.4º | 0.38% | 0.26% | - |
| XYZ | 3.86 | 3.07 | 4.66 | - |
| YUV | 50.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 60 | 0 | 0.38 | 0.09 | 0.74 | 314.4 | 0.23 | 0.21 |
| Hex | 42 | 29 | 3C | 0 | 26 | 9 | 4A | 13A | 17 | 15 |
| Octal | 102 | 51 | 74 | 0 | 46 | 11 | 112 | 472 | 27 | 25 |
| Binary | 1000010 | 101001 | 111100 | 0 | 100110 | 1001 | 1001010 | 100111010 | 10111 | 10101 |
Color Harmonies of #42293C
Complementary color
Monochromatic Colors of #42293C
Black with #42293C
Text Example
Text Example
White with #42293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42293C; }
p { color: rgb(66,41,60); }
H1.HeaderClassName
{
color: #42293C;
}
.AnyTagClassName
{
color: #42293C;
}
</style>
background-color css
<style>
a { background-color: #42293C; }
a { background-color: rgb(66,41,60); }
div.DivClassName
{
background-color: #42293C;
}
.BgClassName
{
background-color: #42293C;
}
</style>
border-color css
<style>
span { border-color: #42293C; }
span { border-color: rgb(66,41,60); }
td.TdClassName
{
border-color: #42293C;
}
.TagClassName
{
border-color: #42293C;
}
</style>