Shades of Voodoo #3D2C39
Tints of Voodoo #3D2C39
RGB
CMYK
RGB Variations
Color information
#3D2C39 (or 0x3D2C39) is known color: Voodoo. HEX triplet: 3D, 2C and 39. RGB value is (61,44,57). Sum of RGB (Red+Green+Blue) = 61+44+57=162 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.65% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2C39 is #C2D3C6. Grayscale: #323232. Windows color (decimal): -12768199 or 3746877. OLE color: 3746877.
HSL color Cylindrical-coordinate representation of color #3D2C39: hue angle of 314.12º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D2C39 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 44 | 57 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.76 |
| HSL | 314.12º | 0.16% | 0.21% | - |
| HSV(B) | 314.12º | 0.28% | 0.24% | - |
| XYZ | 3.56 | 3.09 | 4.28 | - |
| YUV | 50.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 44 | 57 | 0 | 0.28 | 0.07 | 0.76 | 314.12 | 0.16 | 0.21 |
| Hex | 3D | 2C | 39 | 0 | 1C | 7 | 4C | 13A | 10 | 15 |
| Octal | 75 | 54 | 71 | 0 | 34 | 7 | 114 | 472 | 20 | 25 |
| Binary | 111101 | 101100 | 111001 | 0 | 11100 | 111 | 1001100 | 100111010 | 10000 | 10101 |
Color Harmonies of #3D2C39
Complementary color
Monochromatic Colors of #3D2C39
Black with #3D2C39
Text Example
Text Example
White with #3D2C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2C39; }
p { color: rgb(61,44,57); }
H1.HeaderClassName
{
color: #3D2C39;
}
.AnyTagClassName
{
color: #3D2C39;
}
</style>
background-color css
<style>
a { background-color: #3D2C39; }
a { background-color: rgb(61,44,57); }
div.DivClassName
{
background-color: #3D2C39;
}
.BgClassName
{
background-color: #3D2C39;
}
</style>
border-color css
<style>
span { border-color: #3D2C39; }
span { border-color: rgb(61,44,57); }
td.TdClassName
{
border-color: #3D2C39;
}
.TagClassName
{
border-color: #3D2C39;
}
</style>