Shades of Voodoo #3D313A
Tints of Voodoo #3D313A
RGB
CMYK
RGB Variations
Color information
#3D313A (or 0x3D313A) is known color: Voodoo. HEX triplet: 3D, 31 and 3A. RGB value is (61,49,58). Sum of RGB (Red+Green+Blue) = 61+49+58=168 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.31% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 61 - color contains mainly: red. Hex color #3D313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D313A is #C2CEC5. Grayscale: #353535. Windows color (decimal): -12766918 or 3813693. OLE color: 3813693.
HSL color Cylindrical-coordinate representation of color #3D313A: hue angle of 315º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3D313A is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 49 | 58 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.76 |
| HSL | 315º | 0.11% | 0.22% | - |
| HSV(B) | 315º | 0.2% | 0.24% | - |
| XYZ | 3.79 | 3.49 | 4.48 | - |
| YUV | 53.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 49 | 58 | 0 | 0.20 | 0.05 | 0.76 | 315 | 0.11 | 0.22 |
| Hex | 3D | 31 | 3A | 0 | 14 | 5 | 4C | 13B | B | 16 |
| Octal | 75 | 61 | 72 | 0 | 24 | 5 | 114 | 473 | 13 | 26 |
| Binary | 111101 | 110001 | 111010 | 0 | 10100 | 101 | 1001100 | 100111011 | 1011 | 10110 |
Color Harmonies of #3D313A
Complementary color
Monochromatic Colors of #3D313A
Black with #3D313A
Text Example
Text Example
White with #3D313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D313A; }
p { color: rgb(61,49,58); }
H1.HeaderClassName
{
color: #3D313A;
}
.AnyTagClassName
{
color: #3D313A;
}
</style>
background-color css
<style>
a { background-color: #3D313A; }
a { background-color: rgb(61,49,58); }
div.DivClassName
{
background-color: #3D313A;
}
.BgClassName
{
background-color: #3D313A;
}
</style>
border-color css
<style>
span { border-color: #3D313A; }
span { border-color: rgb(61,49,58); }
td.TdClassName
{
border-color: #3D313A;
}
.TagClassName
{
border-color: #3D313A;
}
</style>