Shades of Voodoo #442B3F
Tints of Voodoo #442B3F
RGB
CMYK
RGB Variations
Color information
#442B3F (or 0x442B3F) is known color: Voodoo. HEX triplet: 44, 2B and 3F. RGB value is (68,43,63). Sum of RGB (Red+Green+Blue) = 68+43+63=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 43 (17.19% from 255 or 24.71% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 68 - color contains mainly: red. Hex color #442B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442B3F is #BBD4C0. Grayscale: #343434. Windows color (decimal): -12309697 or 4139844. OLE color: 4139844.
HSL color Cylindrical-coordinate representation of color #442B3F: hue angle of 312º 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 #442B3F is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 43 | 63 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.73 |
| HSL | 312º | 0.23% | 0.22% | - |
| HSV(B) | 312º | 0.37% | 0.27% | - |
| XYZ | 4.14 | 3.32 | 5.12 | - |
| YUV | 52.76 | 133.78 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 63 | 0 | 0.37 | 0.07 | 0.73 | 312 | 0.23 | 0.22 |
| Hex | 44 | 2B | 3F | 0 | 25 | 7 | 49 | 138 | 17 | 16 |
| Octal | 104 | 53 | 77 | 0 | 45 | 7 | 111 | 470 | 27 | 26 |
| Binary | 1000100 | 101011 | 111111 | 0 | 100101 | 111 | 1001001 | 100111000 | 10111 | 10110 |
Color Harmonies of #442B3F
Complementary color
Monochromatic Colors of #442B3F
Black with #442B3F
Text Example
Text Example
White with #442B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B3F; }
p { color: rgb(68,43,63); }
H1.HeaderClassName
{
color: #442B3F;
}
.AnyTagClassName
{
color: #442B3F;
}
</style>
background-color css
<style>
a { background-color: #442B3F; }
a { background-color: rgb(68,43,63); }
div.DivClassName
{
background-color: #442B3F;
}
.BgClassName
{
background-color: #442B3F;
}
</style>
border-color css
<style>
span { border-color: #442B3F; }
span { border-color: rgb(68,43,63); }
td.TdClassName
{
border-color: #442B3F;
}
.TagClassName
{
border-color: #442B3F;
}
</style>