Shades of Voodoo #433E41
Tints of Voodoo #433E41
RGB
CMYK
RGB Variations
Color information
#433E41 (or 0x433E41) is known color: Voodoo. HEX triplet: 43, 3E and 41. RGB value is (67,62,65). Sum of RGB (Red+Green+Blue) = 67+62+65=194 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.54% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 67 - color contains mainly: red. Hex color #433E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433E41 is #BCC1BE. Grayscale: #3F3F3F. Windows color (decimal): -12370367 or 4275779. OLE color: 4275779.
HSL color Cylindrical-coordinate representation of color #433E41: hue angle of 324º degrees, saturation: 0.04, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #433E41 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 62 | 65 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.74 |
| HSL | 324º | 0.04% | 0.25% | - |
| HSV(B) | 324º | 0.07% | 0.26% | - |
| XYZ | 4.99 | 5.02 | 5.71 | - |
| YUV | 63.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 62 | 65 | 0 | 0.07 | 0.03 | 0.74 | 324 | 0.04 | 0.25 |
| Hex | 43 | 3E | 41 | 0 | 7 | 3 | 4A | 144 | 4 | 19 |
| Octal | 103 | 76 | 101 | 0 | 7 | 3 | 112 | 504 | 4 | 31 |
| Binary | 1000011 | 111110 | 1000001 | 0 | 111 | 11 | 1001010 | 101000100 | 100 | 11001 |
Color Harmonies of #433E41
Complementary color
Monochromatic Colors of #433E41
Black with #433E41
Text Example
Text Example
White with #433E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433E41; }
p { color: rgb(67,62,65); }
H1.HeaderClassName
{
color: #433E41;
}
.AnyTagClassName
{
color: #433E41;
}
</style>
background-color css
<style>
a { background-color: #433E41; }
a { background-color: rgb(67,62,65); }
div.DivClassName
{
background-color: #433E41;
}
.BgClassName
{
background-color: #433E41;
}
</style>
border-color css
<style>
span { border-color: #433E41; }
span { border-color: rgb(67,62,65); }
td.TdClassName
{
border-color: #433E41;
}
.TagClassName
{
border-color: #433E41;
}
</style>