Shades of Voodoo #442A3F
Tints of Voodoo #442A3F
RGB
CMYK
RGB Variations
Color information
#442A3F (or 0x442A3F) is known color: Voodoo. HEX triplet: 44, 2A and 3F. RGB value is (68,42,63). Sum of RGB (Red+Green+Blue) = 68+42+63=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 68 - color contains mainly: red. Hex color #442A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442A3F is #BBD5C0. Grayscale: #343434. Windows color (decimal): -12309953 or 4139588. OLE color: 4139588.
HSL color Cylindrical-coordinate representation of color #442A3F: hue angle of 311.54º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #442A3F is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 42 | 63 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.73 |
| HSL | 311.54º | 0.24% | 0.22% | - |
| HSV(B) | 311.54º | 0.38% | 0.27% | - |
| XYZ | 4.11 | 3.24 | 5.11 | - |
| YUV | 52.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 63 | 0 | 0.38 | 0.07 | 0.73 | 311.54 | 0.24 | 0.22 |
| Hex | 44 | 2A | 3F | 0 | 26 | 7 | 49 | 138 | 18 | 16 |
| Octal | 104 | 52 | 77 | 0 | 46 | 7 | 111 | 470 | 30 | 26 |
| Binary | 1000100 | 101010 | 111111 | 0 | 100110 | 111 | 1001001 | 100111000 | 11000 | 10110 |
Color Harmonies of #442A3F
Complementary color
Monochromatic Colors of #442A3F
Black with #442A3F
Text Example
Text Example
White with #442A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442A3F; }
p { color: rgb(68,42,63); }
H1.HeaderClassName
{
color: #442A3F;
}
.AnyTagClassName
{
color: #442A3F;
}
</style>
background-color css
<style>
a { background-color: #442A3F; }
a { background-color: rgb(68,42,63); }
div.DivClassName
{
background-color: #442A3F;
}
.BgClassName
{
background-color: #442A3F;
}
</style>
border-color css
<style>
span { border-color: #442A3F; }
span { border-color: rgb(68,42,63); }
td.TdClassName
{
border-color: #442A3F;
}
.TagClassName
{
border-color: #442A3F;
}
</style>