Shades of Voodoo #3D3039
Tints of Voodoo #3D3039
RGB
CMYK
RGB Variations
Color information
#3D3039 (or 0x3D3039) is known color: Voodoo. HEX triplet: 3D, 30 and 39. RGB value is (61,48,57). Sum of RGB (Red+Green+Blue) = 61+48+57=166 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.75% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3039 is #C2CFC6. Grayscale: #343434. Windows color (decimal): -12767175 or 3747901. OLE color: 3747901.
HSL color Cylindrical-coordinate representation of color #3D3039: hue angle of 318.46º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3D3039 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 48 | 57 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.76 |
| HSL | 318.46º | 0.12% | 0.21% | - |
| HSV(B) | 318.46º | 0.21% | 0.24% | - |
| XYZ | 3.72 | 3.4 | 4.33 | - |
| YUV | 52.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 48 | 57 | 0 | 0.21 | 0.07 | 0.76 | 318.46 | 0.12 | 0.21 |
| Hex | 3D | 30 | 39 | 0 | 15 | 7 | 4C | 13E | C | 15 |
| Octal | 75 | 60 | 71 | 0 | 25 | 7 | 114 | 476 | 14 | 25 |
| Binary | 111101 | 110000 | 111001 | 0 | 10101 | 111 | 1001100 | 100111110 | 1100 | 10101 |
Color Harmonies of #3D3039
Complementary color
Monochromatic Colors of #3D3039
Black with #3D3039
Text Example
Text Example
White with #3D3039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3039; }
p { color: rgb(61,48,57); }
H1.HeaderClassName
{
color: #3D3039;
}
.AnyTagClassName
{
color: #3D3039;
}
</style>
background-color css
<style>
a { background-color: #3D3039; }
a { background-color: rgb(61,48,57); }
div.DivClassName
{
background-color: #3D3039;
}
.BgClassName
{
background-color: #3D3039;
}
</style>
border-color css
<style>
span { border-color: #3D3039; }
span { border-color: rgb(61,48,57); }
td.TdClassName
{
border-color: #3D3039;
}
.TagClassName
{
border-color: #3D3039;
}
</style>