Shades of Voodoo #441F3B
Tints of Voodoo #441F3B
RGB
CMYK
RGB Variations
Color information
#441F3B (or 0x441F3B) is known color: Voodoo. HEX triplet: 44, 1F and 3B. RGB value is (68,31,59). Sum of RGB (Red+Green+Blue) = 68+31+59=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 68 - color contains mainly: red. Hex color #441F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441F3B is #BBE0C4. Grayscale: #2D2D2D. Windows color (decimal): -12312773 or 3874628. OLE color: 3874628.
HSL color Cylindrical-coordinate representation of color #441F3B: hue angle of 314.59º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #441F3B is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 31 | 59 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.73 |
| HSL | 314.59º | 0.37% | 0.19% | - |
| HSV(B) | 314.59º | 0.54% | 0.27% | - |
| XYZ | 3.66 | 2.52 | 4.43 | - |
| YUV | 45.26 | 135.76 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 59 | 0 | 0.54 | 0.13 | 0.73 | 314.59 | 0.37 | 0.19 |
| Hex | 44 | 1F | 3B | 0 | 36 | D | 49 | 13B | 25 | 13 |
| Octal | 104 | 37 | 73 | 0 | 66 | 15 | 111 | 473 | 45 | 23 |
| Binary | 1000100 | 11111 | 111011 | 0 | 110110 | 1101 | 1001001 | 100111011 | 100101 | 10011 |
Color Harmonies of #441F3B
Complementary color
Monochromatic Colors of #441F3B
Black with #441F3B
Text Example
Text Example
White with #441F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441F3B; }
p { color: rgb(68,31,59); }
H1.HeaderClassName
{
color: #441F3B;
}
.AnyTagClassName
{
color: #441F3B;
}
</style>
background-color css
<style>
a { background-color: #441F3B; }
a { background-color: rgb(68,31,59); }
div.DivClassName
{
background-color: #441F3B;
}
.BgClassName
{
background-color: #441F3B;
}
</style>
border-color css
<style>
span { border-color: #441F3B; }
span { border-color: rgb(68,31,59); }
td.TdClassName
{
border-color: #441F3B;
}
.TagClassName
{
border-color: #441F3B;
}
</style>