Shades of Voodoo #423B41
Tints of Voodoo #423B41
RGB
CMYK
RGB Variations
Color information
#423B41 (or 0x423B41) is known color: Voodoo. HEX triplet: 42, 3B and 41. RGB value is (66,59,65). Sum of RGB (Red+Green+Blue) = 66+59+65=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 66 - color contains mainly: red. Hex color #423B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B41 is #BDC4BE. Grayscale: #3D3D3D. Windows color (decimal): -12436671 or 4275010. OLE color: 4275010.
HSL color Cylindrical-coordinate representation of color #423B41: hue angle of 308.57º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #423B41 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 59 | 65 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.74 |
| HSL | 308.57º | 0.06% | 0.25% | - |
| HSV(B) | 308.57º | 0.11% | 0.26% | - |
| XYZ | 4.76 | 4.67 | 5.65 | - |
| YUV | 61.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 65 | 0 | 0.11 | 0.02 | 0.74 | 308.57 | 0.06 | 0.25 |
| Hex | 42 | 3B | 41 | 0 | B | 2 | 4A | 135 | 6 | 19 |
| Octal | 102 | 73 | 101 | 0 | 13 | 2 | 112 | 465 | 6 | 31 |
| Binary | 1000010 | 111011 | 1000001 | 0 | 1011 | 10 | 1001010 | 100110101 | 110 | 11001 |
Color Harmonies of #423B41
Complementary color
Monochromatic Colors of #423B41
Black with #423B41
Text Example
Text Example
White with #423B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B41; }
p { color: rgb(66,59,65); }
H1.HeaderClassName
{
color: #423B41;
}
.AnyTagClassName
{
color: #423B41;
}
</style>
background-color css
<style>
a { background-color: #423B41; }
a { background-color: rgb(66,59,65); }
div.DivClassName
{
background-color: #423B41;
}
.BgClassName
{
background-color: #423B41;
}
</style>
border-color css
<style>
span { border-color: #423B41; }
span { border-color: rgb(66,59,65); }
td.TdClassName
{
border-color: #423B41;
}
.TagClassName
{
border-color: #423B41;
}
</style>