Shades of Voodoo #42333D
Tints of Voodoo #42333D
RGB
CMYK
RGB Variations
Color information
#42333D (or 0x42333D) is known color: Voodoo. HEX triplet: 42, 33 and 3D. RGB value is (66,51,61). Sum of RGB (Red+Green+Blue) = 66+51+61=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 66 - color contains mainly: red. Hex color #42333D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42333D is #BDCCC2. Grayscale: #383838. Windows color (decimal): -12438723 or 4010818. OLE color: 4010818.
HSL color Cylindrical-coordinate representation of color #42333D: hue angle of 320º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #42333D is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 51 | 61 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.74 |
| HSL | 320º | 0.13% | 0.23% | - |
| HSV(B) | 320º | 0.23% | 0.26% | - |
| XYZ | 4.27 | 3.86 | 4.94 | - |
| YUV | 56.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 51 | 61 | 0 | 0.23 | 0.08 | 0.74 | 320 | 0.13 | 0.23 |
| Hex | 42 | 33 | 3D | 0 | 17 | 8 | 4A | 140 | D | 17 |
| Octal | 102 | 63 | 75 | 0 | 27 | 10 | 112 | 500 | 15 | 27 |
| Binary | 1000010 | 110011 | 111101 | 0 | 10111 | 1000 | 1001010 | 101000000 | 1101 | 10111 |
Color Harmonies of #42333D
Complementary color
Monochromatic Colors of #42333D
Black with #42333D
Text Example
Text Example
White with #42333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42333D; }
p { color: rgb(66,51,61); }
H1.HeaderClassName
{
color: #42333D;
}
.AnyTagClassName
{
color: #42333D;
}
</style>
background-color css
<style>
a { background-color: #42333D; }
a { background-color: rgb(66,51,61); }
div.DivClassName
{
background-color: #42333D;
}
.BgClassName
{
background-color: #42333D;
}
</style>
border-color css
<style>
span { border-color: #42333D; }
span { border-color: rgb(66,51,61); }
td.TdClassName
{
border-color: #42333D;
}
.TagClassName
{
border-color: #42333D;
}
</style>