Shades of Voodoo #42263B
Tints of Voodoo #42263B
RGB
CMYK
RGB Variations
Color information
#42263B (or 0x42263B) is known color: Voodoo. HEX triplet: 42, 26 and 3B. RGB value is (66,38,59). Sum of RGB (Red+Green+Blue) = 66+38+59=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 66 - color contains mainly: red. Hex color #42263B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42263B is #BDD9C4. Grayscale: #303030. Windows color (decimal): -12442053 or 3876418. OLE color: 3876418.
HSL color Cylindrical-coordinate representation of color #42263B: hue angle of 315º 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 #42263B is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 38 | 59 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.74 |
| HSL | 315º | 0.27% | 0.2% | - |
| HSV(B) | 315º | 0.42% | 0.26% | - |
| XYZ | 3.73 | 2.86 | 4.49 | - |
| YUV | 48.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 38 | 59 | 0 | 0.42 | 0.11 | 0.74 | 315 | 0.27 | 0.2 |
| Hex | 42 | 26 | 3B | 0 | 2A | B | 4A | 13B | 1B | 14 |
| Octal | 102 | 46 | 73 | 0 | 52 | 13 | 112 | 473 | 33 | 24 |
| Binary | 1000010 | 100110 | 111011 | 0 | 101010 | 1011 | 1001010 | 100111011 | 11011 | 10100 |
Color Harmonies of #42263B
Complementary color
Monochromatic Colors of #42263B
Black with #42263B
Text Example
Text Example
White with #42263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42263B; }
p { color: rgb(66,38,59); }
H1.HeaderClassName
{
color: #42263B;
}
.AnyTagClassName
{
color: #42263B;
}
</style>
background-color css
<style>
a { background-color: #42263B; }
a { background-color: rgb(66,38,59); }
div.DivClassName
{
background-color: #42263B;
}
.BgClassName
{
background-color: #42263B;
}
</style>
border-color css
<style>
span { border-color: #42263B; }
span { border-color: rgb(66,38,59); }
td.TdClassName
{
border-color: #42263B;
}
.TagClassName
{
border-color: #42263B;
}
</style>