Shades of Voodoo #423F41
Tints of Voodoo #423F41
RGB
CMYK
RGB Variations
Color information
#423F41 (or 0x423F41) is known color: Voodoo. HEX triplet: 42, 3F and 41. RGB value is (66,63,65). Sum of RGB (Red+Green+Blue) = 66+63+65=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 66 - color contains mainly: red. Hex color #423F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F41 is #BDC0BE. Grayscale: #404040. Windows color (decimal): -12435647 or 4276034. OLE color: 4276034.
HSL color Cylindrical-coordinate representation of color #423F41: hue angle of 320º degrees, saturation: 0.02, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #423F41 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 63 | 65 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.74 |
| HSL | 320º | 0.02% | 0.25% | - |
| HSV(B) | 320º | 0.05% | 0.26% | - |
| XYZ | 4.98 | 5.09 | 5.72 | - |
| YUV | 64.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 65 | 0 | 0.05 | 0.02 | 0.74 | 320 | 0.02 | 0.25 |
| Hex | 42 | 3F | 41 | 0 | 5 | 2 | 4A | 140 | 2 | 19 |
| Octal | 102 | 77 | 101 | 0 | 5 | 2 | 112 | 500 | 2 | 31 |
| Binary | 1000010 | 111111 | 1000001 | 0 | 101 | 10 | 1001010 | 101000000 | 10 | 11001 |
Color Harmonies of #423F41
Complementary color
Monochromatic Colors of #423F41
Black with #423F41
Text Example
Text Example
White with #423F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F41; }
p { color: rgb(66,63,65); }
H1.HeaderClassName
{
color: #423F41;
}
.AnyTagClassName
{
color: #423F41;
}
</style>
background-color css
<style>
a { background-color: #423F41; }
a { background-color: rgb(66,63,65); }
div.DivClassName
{
background-color: #423F41;
}
.BgClassName
{
background-color: #423F41;
}
</style>
border-color css
<style>
span { border-color: #423F41; }
span { border-color: rgb(66,63,65); }
td.TdClassName
{
border-color: #423F41;
}
.TagClassName
{
border-color: #423F41;
}
</style>