Shades of Voodoo #3D343A
Tints of Voodoo #3D343A
RGB
CMYK
RGB Variations
Color information
#3D343A (or 0x3D343A) is known color: Voodoo. HEX triplet: 3D, 34 and 3A. RGB value is (61,52,58). Sum of RGB (Red+Green+Blue) = 61+52+58=171 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.67% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 61 - color contains mainly: red. Hex color #3D343A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D343A is #C2CBC5. Grayscale: #373737. Windows color (decimal): -12766150 or 3814461. OLE color: 3814461.
HSL color Cylindrical-coordinate representation of color #3D343A: hue angle of 320º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3D343A is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 52 | 58 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.76 |
| HSL | 320º | 0.08% | 0.22% | - |
| HSV(B) | 320º | 0.15% | 0.24% | - |
| XYZ | 3.92 | 3.75 | 4.52 | - |
| YUV | 55.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 52 | 58 | 0 | 0.15 | 0.05 | 0.76 | 320 | 0.08 | 0.22 |
| Hex | 3D | 34 | 3A | 0 | F | 5 | 4C | 140 | 8 | 16 |
| Octal | 75 | 64 | 72 | 0 | 17 | 5 | 114 | 500 | 10 | 26 |
| Binary | 111101 | 110100 | 111010 | 0 | 1111 | 101 | 1001100 | 101000000 | 1000 | 10110 |
Color Harmonies of #3D343A
Complementary color
Monochromatic Colors of #3D343A
Black with #3D343A
Text Example
Text Example
White with #3D343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D343A; }
p { color: rgb(61,52,58); }
H1.HeaderClassName
{
color: #3D343A;
}
.AnyTagClassName
{
color: #3D343A;
}
</style>
background-color css
<style>
a { background-color: #3D343A; }
a { background-color: rgb(61,52,58); }
div.DivClassName
{
background-color: #3D343A;
}
.BgClassName
{
background-color: #3D343A;
}
</style>
border-color css
<style>
span { border-color: #3D343A; }
span { border-color: rgb(61,52,58); }
td.TdClassName
{
border-color: #3D343A;
}
.TagClassName
{
border-color: #3D343A;
}
</style>