Shades of Voodoo #442B3D
Tints of Voodoo #442B3D
RGB
CMYK
RGB Variations
Color information
#442B3D (or 0x442B3D) is known color: Voodoo. HEX triplet: 44, 2B and 3D. RGB value is (68,43,61). Sum of RGB (Red+Green+Blue) = 68+43+61=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 68 - color contains mainly: red. Hex color #442B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442B3D is #BBD4C2. Grayscale: #343434. Windows color (decimal): -12309699 or 4008772. OLE color: 4008772.
HSL color Cylindrical-coordinate representation of color #442B3D: hue angle of 316.8º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #442B3D is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 43 | 61 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.73 |
| HSL | 316.8º | 0.23% | 0.22% | - |
| HSV(B) | 316.8º | 0.37% | 0.27% | - |
| XYZ | 4.09 | 3.29 | 4.84 | - |
| YUV | 52.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 61 | 0 | 0.37 | 0.10 | 0.73 | 316.8 | 0.23 | 0.22 |
| Hex | 44 | 2B | 3D | 0 | 25 | A | 49 | 13D | 17 | 16 |
| Octal | 104 | 53 | 75 | 0 | 45 | 12 | 111 | 475 | 27 | 26 |
| Binary | 1000100 | 101011 | 111101 | 0 | 100101 | 1010 | 1001001 | 100111101 | 10111 | 10110 |
Color Harmonies of #442B3D
Complementary color
Monochromatic Colors of #442B3D
Black with #442B3D
Text Example
Text Example
White with #442B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B3D; }
p { color: rgb(68,43,61); }
H1.HeaderClassName
{
color: #442B3D;
}
.AnyTagClassName
{
color: #442B3D;
}
</style>
background-color css
<style>
a { background-color: #442B3D; }
a { background-color: rgb(68,43,61); }
div.DivClassName
{
background-color: #442B3D;
}
.BgClassName
{
background-color: #442B3D;
}
</style>
border-color css
<style>
span { border-color: #442B3D; }
span { border-color: rgb(68,43,61); }
td.TdClassName
{
border-color: #442B3D;
}
.TagClassName
{
border-color: #442B3D;
}
</style>