Shades of Voodoo #441B3B
Tints of Voodoo #441B3B
RGB
CMYK
RGB Variations
Color information
#441B3B (or 0x441B3B) is known color: Voodoo. HEX triplet: 44, 1B and 3B. RGB value is (68,27,59). Sum of RGB (Red+Green+Blue) = 68+27+59=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 59 (23.44% from 255 or 38.31% from 154); Max value from RGB is 68 - color contains mainly: red. Hex color #441B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441B3B is #BBE4C4. Grayscale: #2A2A2A. Windows color (decimal): -12313797 or 3873604. OLE color: 3873604.
HSL color Cylindrical-coordinate representation of color #441B3B: hue angle of 313.17º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #441B3B is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 27 | 59 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.73 |
| HSL | 313.17º | 0.43% | 0.19% | - |
| HSV(B) | 313.17º | 0.6% | 0.27% | - |
| XYZ | 3.57 | 2.33 | 4.4 | - |
| YUV | 42.91 | 137.08 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 59 | 0 | 0.60 | 0.13 | 0.73 | 313.17 | 0.43 | 0.19 |
| Hex | 44 | 1B | 3B | 0 | 3C | D | 49 | 139 | 2B | 13 |
| Octal | 104 | 33 | 73 | 0 | 74 | 15 | 111 | 471 | 53 | 23 |
| Binary | 1000100 | 11011 | 111011 | 0 | 111100 | 1101 | 1001001 | 100111001 | 101011 | 10011 |
Color Harmonies of #441B3B
Complementary color
Monochromatic Colors of #441B3B
Black with #441B3B
Text Example
Text Example
White with #441B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441B3B; }
p { color: rgb(68,27,59); }
H1.HeaderClassName
{
color: #441B3B;
}
.AnyTagClassName
{
color: #441B3B;
}
</style>
background-color css
<style>
a { background-color: #441B3B; }
a { background-color: rgb(68,27,59); }
div.DivClassName
{
background-color: #441B3B;
}
.BgClassName
{
background-color: #441B3B;
}
</style>
border-color css
<style>
span { border-color: #441B3B; }
span { border-color: rgb(68,27,59); }
td.TdClassName
{
border-color: #441B3B;
}
.TagClassName
{
border-color: #441B3B;
}
</style>