Shades of Voodoo #443A43
Tints of Voodoo #443A43
RGB
CMYK
RGB Variations
Color information
#443A43 (or 0x443A43) is known color: Voodoo. HEX triplet: 44, 3A and 43. RGB value is (68,58,67). Sum of RGB (Red+Green+Blue) = 68+58+67=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 68 - color contains mainly: red. Hex color #443A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443A43 is #BBC5BC. Grayscale: #3D3D3D. Windows color (decimal): -12305853 or 4405828. OLE color: 4405828.
HSL color Cylindrical-coordinate representation of color #443A43: hue angle of 306º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #443A43 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 58 | 67 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.73 |
| HSL | 306º | 0.08% | 0.25% | - |
| HSV(B) | 306º | 0.15% | 0.27% | - |
| XYZ | 4.91 | 4.66 | 5.95 | - |
| YUV | 62.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 67 | 0 | 0.15 | 0.01 | 0.73 | 306 | 0.08 | 0.25 |
| Hex | 44 | 3A | 43 | 0 | F | 1 | 49 | 132 | 8 | 19 |
| Octal | 104 | 72 | 103 | 0 | 17 | 1 | 111 | 462 | 10 | 31 |
| Binary | 1000100 | 111010 | 1000011 | 0 | 1111 | 1 | 1001001 | 100110010 | 1000 | 11001 |
Color Harmonies of #443A43
Complementary color
Monochromatic Colors of #443A43
Black with #443A43
Text Example
Text Example
White with #443A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443A43; }
p { color: rgb(68,58,67); }
H1.HeaderClassName
{
color: #443A43;
}
.AnyTagClassName
{
color: #443A43;
}
</style>
background-color css
<style>
a { background-color: #443A43; }
a { background-color: rgb(68,58,67); }
div.DivClassName
{
background-color: #443A43;
}
.BgClassName
{
background-color: #443A43;
}
</style>
border-color css
<style>
span { border-color: #443A43; }
span { border-color: rgb(68,58,67); }
td.TdClassName
{
border-color: #443A43;
}
.TagClassName
{
border-color: #443A43;
}
</style>