Shades of Voodoo #443E43
Tints of Voodoo #443E43
RGB
CMYK
RGB Variations
Color information
#443E43 (or 0x443E43) is known color: Voodoo. HEX triplet: 44, 3E and 43. RGB value is (68,62,67). Sum of RGB (Red+Green+Blue) = 68+62+67=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 62 (24.61% from 255 or 31.47% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 68 - color contains mainly: red. Hex color #443E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443E43 is #BBC1BC. Grayscale: #404040. Windows color (decimal): -12304829 or 4406852. OLE color: 4406852.
HSL color Cylindrical-coordinate representation of color #443E43: hue angle of 310º 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 #443E43 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 62 | 67 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.73 |
| HSL | 310º | 0.05% | 0.25% | - |
| HSV(B) | 310º | 0.09% | 0.27% | - |
| XYZ | 5.12 | 5.08 | 6.02 | - |
| YUV | 64.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 62 | 67 | 0 | 0.09 | 0.01 | 0.73 | 310 | 0.05 | 0.25 |
| Hex | 44 | 3E | 43 | 0 | 9 | 1 | 49 | 136 | 5 | 19 |
| Octal | 104 | 76 | 103 | 0 | 11 | 1 | 111 | 466 | 5 | 31 |
| Binary | 1000100 | 111110 | 1000011 | 0 | 1001 | 1 | 1001001 | 100110110 | 101 | 11001 |
Color Harmonies of #443E43
Complementary color
Monochromatic Colors of #443E43
Black with #443E43
Text Example
Text Example
White with #443E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443E43; }
p { color: rgb(68,62,67); }
H1.HeaderClassName
{
color: #443E43;
}
.AnyTagClassName
{
color: #443E43;
}
</style>
background-color css
<style>
a { background-color: #443E43; }
a { background-color: rgb(68,62,67); }
div.DivClassName
{
background-color: #443E43;
}
.BgClassName
{
background-color: #443E43;
}
</style>
border-color css
<style>
span { border-color: #443E43; }
span { border-color: rgb(68,62,67); }
td.TdClassName
{
border-color: #443E43;
}
.TagClassName
{
border-color: #443E43;
}
</style>