Shades of Voodoo #3D353C
Tints of Voodoo #3D353C
RGB
CMYK
RGB Variations
Color information
#3D353C (or 0x3D353C) is known color: Voodoo. HEX triplet: 3D, 35 and 3C. RGB value is (61,53,60). Sum of RGB (Red+Green+Blue) = 61+53+60=174 (23% of max value = 765). Red value is 61 (24.22% from 255 or 35.06% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 61 - color contains mainly: red. Hex color #3D353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D353C is #C2CAC3. Grayscale: #383838. Windows color (decimal): -12765892 or 3945789. OLE color: 3945789.
HSL color Cylindrical-coordinate representation of color #3D353C: hue angle of 307.5º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3D353C is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 53 | 60 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.76 |
| HSL | 307.5º | 0.07% | 0.22% | - |
| HSV(B) | 307.5º | 0.13% | 0.24% | - |
| XYZ | 4.01 | 3.86 | 4.81 | - |
| YUV | 56.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 53 | 60 | 0 | 0.13 | 0.02 | 0.76 | 307.5 | 0.07 | 0.22 |
| Hex | 3D | 35 | 3C | 0 | D | 2 | 4C | 134 | 7 | 16 |
| Octal | 75 | 65 | 74 | 0 | 15 | 2 | 114 | 464 | 7 | 26 |
| Binary | 111101 | 110101 | 111100 | 0 | 1101 | 10 | 1001100 | 100110100 | 111 | 10110 |
Color Harmonies of #3D353C
Complementary color
Monochromatic Colors of #3D353C
Black with #3D353C
Text Example
Text Example
White with #3D353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D353C; }
p { color: rgb(61,53,60); }
H1.HeaderClassName
{
color: #3D353C;
}
.AnyTagClassName
{
color: #3D353C;
}
</style>
background-color css
<style>
a { background-color: #3D353C; }
a { background-color: rgb(61,53,60); }
div.DivClassName
{
background-color: #3D353C;
}
.BgClassName
{
background-color: #3D353C;
}
</style>
border-color css
<style>
span { border-color: #3D353C; }
span { border-color: rgb(61,53,60); }
td.TdClassName
{
border-color: #3D353C;
}
.TagClassName
{
border-color: #3D353C;
}
</style>