Shades of Voodoo #43313D
Tints of Voodoo #43313D
RGB
CMYK
RGB Variations
Color information
#43313D (or 0x43313D) is known color: Voodoo. HEX triplet: 43, 31 and 3D. RGB value is (67,49,61). Sum of RGB (Red+Green+Blue) = 67+49+61=177 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.85% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 67 - color contains mainly: red. Hex color #43313D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43313D is #BCCEC2. Grayscale: #373737. Windows color (decimal): -12373699 or 4010307. OLE color: 4010307.
HSL color Cylindrical-coordinate representation of color #43313D: hue angle of 320º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #43313D is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 49 | 61 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.74 |
| HSL | 320º | 0.16% | 0.23% | - |
| HSV(B) | 320º | 0.27% | 0.26% | - |
| XYZ | 4.26 | 3.73 | 4.91 | - |
| YUV | 55.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 49 | 61 | 0 | 0.27 | 0.09 | 0.74 | 320 | 0.16 | 0.23 |
| Hex | 43 | 31 | 3D | 0 | 1B | 9 | 4A | 140 | 10 | 17 |
| Octal | 103 | 61 | 75 | 0 | 33 | 11 | 112 | 500 | 20 | 27 |
| Binary | 1000011 | 110001 | 111101 | 0 | 11011 | 1001 | 1001010 | 101000000 | 10000 | 10111 |
Color Harmonies of #43313D
Complementary color
Monochromatic Colors of #43313D
Black with #43313D
Text Example
Text Example
White with #43313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43313D; }
p { color: rgb(67,49,61); }
H1.HeaderClassName
{
color: #43313D;
}
.AnyTagClassName
{
color: #43313D;
}
</style>
background-color css
<style>
a { background-color: #43313D; }
a { background-color: rgb(67,49,61); }
div.DivClassName
{
background-color: #43313D;
}
.BgClassName
{
background-color: #43313D;
}
</style>
border-color css
<style>
span { border-color: #43313D; }
span { border-color: rgb(67,49,61); }
td.TdClassName
{
border-color: #43313D;
}
.TagClassName
{
border-color: #43313D;
}
</style>