Shades of Voodoo #42323C
Tints of Voodoo #42323C
RGB
CMYK
RGB Variations
Color information
#42323C (or 0x42323C) is known color: Voodoo. HEX triplet: 42, 32 and 3C. RGB value is (66,50,60). Sum of RGB (Red+Green+Blue) = 66+50+60=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 66 - color contains mainly: red. Hex color #42323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42323C is #BDCDC3. Grayscale: #373737. Windows color (decimal): -12438980 or 3945026. OLE color: 3945026.
HSL color Cylindrical-coordinate representation of color #42323C: hue angle of 322.5º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #42323C is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 50 | 60 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.74 |
| HSL | 322.5º | 0.14% | 0.23% | - |
| HSV(B) | 322.5º | 0.24% | 0.26% | - |
| XYZ | 4.2 | 3.77 | 4.78 | - |
| YUV | 55.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 50 | 60 | 0 | 0.24 | 0.09 | 0.74 | 322.5 | 0.14 | 0.23 |
| Hex | 42 | 32 | 3C | 0 | 18 | 9 | 4A | 142 | E | 17 |
| Octal | 102 | 62 | 74 | 0 | 30 | 11 | 112 | 502 | 16 | 27 |
| Binary | 1000010 | 110010 | 111100 | 0 | 11000 | 1001 | 1001010 | 101000010 | 1110 | 10111 |
Color Harmonies of #42323C
Complementary color
Monochromatic Colors of #42323C
Black with #42323C
Text Example
Text Example
White with #42323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42323C; }
p { color: rgb(66,50,60); }
H1.HeaderClassName
{
color: #42323C;
}
.AnyTagClassName
{
color: #42323C;
}
</style>
background-color css
<style>
a { background-color: #42323C; }
a { background-color: rgb(66,50,60); }
div.DivClassName
{
background-color: #42323C;
}
.BgClassName
{
background-color: #42323C;
}
</style>
border-color css
<style>
span { border-color: #42323C; }
span { border-color: rgb(66,50,60); }
td.TdClassName
{
border-color: #42323C;
}
.TagClassName
{
border-color: #42323C;
}
</style>