Shades of Voodoo #443E42
Tints of Voodoo #443E42
RGB
CMYK
RGB Variations
Color information
#443E42 (or 0x443E42) is known color: Voodoo. HEX triplet: 44, 3E and 42. RGB value is (68,62,66). Sum of RGB (Red+Green+Blue) = 68+62+66=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 62 (24.61% from 255 or 31.63% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 68 - color contains mainly: red. Hex color #443E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443E42 is #BBC1BD. Grayscale: #404040. Windows color (decimal): -12304830 or 4341316. OLE color: 4341316.
HSL color Cylindrical-coordinate representation of color #443E42: hue angle of 320º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #443E42 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 62 | 66 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.73 |
| HSL | 320º | 0.05% | 0.25% | - |
| HSV(B) | 320º | 0.09% | 0.27% | - |
| XYZ | 5.09 | 5.07 | 5.86 | - |
| YUV | 64.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 62 | 66 | 0 | 0.09 | 0.03 | 0.73 | 320 | 0.05 | 0.25 |
| Hex | 44 | 3E | 42 | 0 | 9 | 3 | 49 | 140 | 5 | 19 |
| Octal | 104 | 76 | 102 | 0 | 11 | 3 | 111 | 500 | 5 | 31 |
| Binary | 1000100 | 111110 | 1000010 | 0 | 1001 | 11 | 1001001 | 101000000 | 101 | 11001 |
Color Harmonies of #443E42
Complementary color
Monochromatic Colors of #443E42
Black with #443E42
Text Example
Text Example
White with #443E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443E42; }
p { color: rgb(68,62,66); }
H1.HeaderClassName
{
color: #443E42;
}
.AnyTagClassName
{
color: #443E42;
}
</style>
background-color css
<style>
a { background-color: #443E42; }
a { background-color: rgb(68,62,66); }
div.DivClassName
{
background-color: #443E42;
}
.BgClassName
{
background-color: #443E42;
}
</style>
border-color css
<style>
span { border-color: #443E42; }
span { border-color: rgb(68,62,66); }
td.TdClassName
{
border-color: #443E42;
}
.TagClassName
{
border-color: #443E42;
}
</style>