Shades of Voodoo #431E3D
Tints of Voodoo #431E3D
RGB
CMYK
RGB Variations
Color information
#431E3D (or 0x431E3D) is known color: Voodoo. HEX triplet: 43, 1E and 3D. RGB value is (67,30,61). Sum of RGB (Red+Green+Blue) = 67+30+61=158 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.41% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 67 - color contains mainly: red. Hex color #431E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431E3D is #BCE1C2. Grayscale: #2C2C2C. Windows color (decimal): -12378563 or 4005443. OLE color: 4005443.
HSL color Cylindrical-coordinate representation of color #431E3D: hue angle of 309.73º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #431E3D is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 30 | 61 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.74 |
| HSL | 309.73º | 0.38% | 0.19% | - |
| HSV(B) | 309.73º | 0.55% | 0.26% | - |
| XYZ | 3.62 | 2.46 | 4.7 | - |
| YUV | 44.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 61 | 0 | 0.55 | 0.09 | 0.74 | 309.73 | 0.38 | 0.19 |
| Hex | 43 | 1E | 3D | 0 | 37 | 9 | 4A | 136 | 26 | 13 |
| Octal | 103 | 36 | 75 | 0 | 67 | 11 | 112 | 466 | 46 | 23 |
| Binary | 1000011 | 11110 | 111101 | 0 | 110111 | 1001 | 1001010 | 100110110 | 100110 | 10011 |
Color Harmonies of #431E3D
Complementary color
Monochromatic Colors of #431E3D
Black with #431E3D
Text Example
Text Example
White with #431E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431E3D; }
p { color: rgb(67,30,61); }
H1.HeaderClassName
{
color: #431E3D;
}
.AnyTagClassName
{
color: #431E3D;
}
</style>
background-color css
<style>
a { background-color: #431E3D; }
a { background-color: rgb(67,30,61); }
div.DivClassName
{
background-color: #431E3D;
}
.BgClassName
{
background-color: #431E3D;
}
</style>
border-color css
<style>
span { border-color: #431E3D; }
span { border-color: rgb(67,30,61); }
td.TdClassName
{
border-color: #431E3D;
}
.TagClassName
{
border-color: #431E3D;
}
</style>