Shades of Voodoo #442B41
Tints of Voodoo #442B41
RGB
CMYK
RGB Variations
Color information
#442B41 (or 0x442B41) is known color: Voodoo. HEX triplet: 44, 2B and 41. RGB value is (68,43,65). Sum of RGB (Red+Green+Blue) = 68+43+65=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 43 (17.19% from 255 or 24.43% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 68 - color contains mainly: red. Hex color #442B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442B41 is #BBD4BE. Grayscale: #343434. Windows color (decimal): -12309695 or 4270916. OLE color: 4270916.
HSL color Cylindrical-coordinate representation of color #442B41: hue angle of 307.2º 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 #442B41 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 43 | 65 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.73 |
| HSL | 307.2º | 0.23% | 0.22% | - |
| HSV(B) | 307.2º | 0.37% | 0.27% | - |
| XYZ | 4.2 | 3.34 | 5.42 | - |
| YUV | 52.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 65 | 0 | 0.37 | 0.04 | 0.73 | 307.2 | 0.23 | 0.22 |
| Hex | 44 | 2B | 41 | 0 | 25 | 4 | 49 | 133 | 17 | 16 |
| Octal | 104 | 53 | 101 | 0 | 45 | 4 | 111 | 463 | 27 | 26 |
| Binary | 1000100 | 101011 | 1000001 | 0 | 100101 | 100 | 1001001 | 100110011 | 10111 | 10110 |
Color Harmonies of #442B41
Complementary color
Monochromatic Colors of #442B41
Black with #442B41
Text Example
Text Example
White with #442B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B41; }
p { color: rgb(68,43,65); }
H1.HeaderClassName
{
color: #442B41;
}
.AnyTagClassName
{
color: #442B41;
}
</style>
background-color css
<style>
a { background-color: #442B41; }
a { background-color: rgb(68,43,65); }
div.DivClassName
{
background-color: #442B41;
}
.BgClassName
{
background-color: #442B41;
}
</style>
border-color css
<style>
span { border-color: #442B41; }
span { border-color: rgb(68,43,65); }
td.TdClassName
{
border-color: #442B41;
}
.TagClassName
{
border-color: #442B41;
}
</style>