Shades of Voodoo #42303C
Tints of Voodoo #42303C
RGB
CMYK
RGB Variations
Color information
#42303C (or 0x42303C) is known color: Voodoo. HEX triplet: 42, 30 and 3C. RGB value is (66,48,60). Sum of RGB (Red+Green+Blue) = 66+48+60=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 66 - color contains mainly: red. Hex color #42303C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42303C is #BDCFC3. Grayscale: #363636. Windows color (decimal): -12439492 or 3944514. OLE color: 3944514.
HSL color Cylindrical-coordinate representation of color #42303C: hue angle of 320º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #42303C is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 48 | 60 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.74 |
| HSL | 320º | 0.16% | 0.22% | - |
| HSV(B) | 320º | 0.27% | 0.26% | - |
| XYZ | 4.12 | 3.6 | 4.75 | - |
| YUV | 54.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 48 | 60 | 0 | 0.27 | 0.09 | 0.74 | 320 | 0.16 | 0.22 |
| Hex | 42 | 30 | 3C | 0 | 1B | 9 | 4A | 140 | 10 | 16 |
| Octal | 102 | 60 | 74 | 0 | 33 | 11 | 112 | 500 | 20 | 26 |
| Binary | 1000010 | 110000 | 111100 | 0 | 11011 | 1001 | 1001010 | 101000000 | 10000 | 10110 |
Color Harmonies of #42303C
Complementary color
Monochromatic Colors of #42303C
Black with #42303C
Text Example
Text Example
White with #42303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42303C; }
p { color: rgb(66,48,60); }
H1.HeaderClassName
{
color: #42303C;
}
.AnyTagClassName
{
color: #42303C;
}
</style>
background-color css
<style>
a { background-color: #42303C; }
a { background-color: rgb(66,48,60); }
div.DivClassName
{
background-color: #42303C;
}
.BgClassName
{
background-color: #42303C;
}
</style>
border-color css
<style>
span { border-color: #42303C; }
span { border-color: rgb(66,48,60); }
td.TdClassName
{
border-color: #42303C;
}
.TagClassName
{
border-color: #42303C;
}
</style>