Shades of Voodoo #42263F
Tints of Voodoo #42263F
RGB
CMYK
RGB Variations
Color information
#42263F (or 0x42263F) is known color: Voodoo. HEX triplet: 42, 26 and 3F. RGB value is (66,38,63). Sum of RGB (Red+Green+Blue) = 66+38+63=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 66 - color contains mainly: red. Hex color #42263F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42263F is #BDD9C0. Grayscale: #313131. Windows color (decimal): -12442049 or 4138562. OLE color: 4138562.
HSL color Cylindrical-coordinate representation of color #42263F: hue angle of 306.43º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #42263F is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 38 | 63 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.74 |
| HSL | 306.43º | 0.27% | 0.2% | - |
| HSV(B) | 306.43º | 0.42% | 0.26% | - |
| XYZ | 3.84 | 2.9 | 5.06 | - |
| YUV | 49.22 | 135.78 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 38 | 63 | 0 | 0.42 | 0.05 | 0.74 | 306.43 | 0.27 | 0.2 |
| Hex | 42 | 26 | 3F | 0 | 2A | 5 | 4A | 132 | 1B | 14 |
| Octal | 102 | 46 | 77 | 0 | 52 | 5 | 112 | 462 | 33 | 24 |
| Binary | 1000010 | 100110 | 111111 | 0 | 101010 | 101 | 1001010 | 100110010 | 11011 | 10100 |
Color Harmonies of #42263F
Complementary color
Monochromatic Colors of #42263F
Black with #42263F
Text Example
Text Example
White with #42263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42263F; }
p { color: rgb(66,38,63); }
H1.HeaderClassName
{
color: #42263F;
}
.AnyTagClassName
{
color: #42263F;
}
</style>
background-color css
<style>
a { background-color: #42263F; }
a { background-color: rgb(66,38,63); }
div.DivClassName
{
background-color: #42263F;
}
.BgClassName
{
background-color: #42263F;
}
</style>
border-color css
<style>
span { border-color: #42263F; }
span { border-color: rgb(66,38,63); }
td.TdClassName
{
border-color: #42263F;
}
.TagClassName
{
border-color: #42263F;
}
</style>