Shades of Voodoo #3D373B
Tints of Voodoo #3D373B
RGB
CMYK
RGB Variations
Color information
#3D373B (or 0x3D373B) is known color: Voodoo. HEX triplet: 3D, 37 and 3B. RGB value is (61,55,59). Sum of RGB (Red+Green+Blue) = 61+55+59=175 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.86% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 61 - color contains mainly: red. Hex color #3D373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D373B is #C2C8C4. Grayscale: #393939. Windows color (decimal): -12765381 or 3880765. OLE color: 3880765.
HSL color Cylindrical-coordinate representation of color #3D373B: hue angle of 320º degrees, saturation: 0.05, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3D373B is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 55 | 59 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.76 |
| HSL | 320º | 0.05% | 0.23% | - |
| HSV(B) | 320º | 0.1% | 0.24% | - |
| XYZ | 4.08 | 4.04 | 4.7 | - |
| YUV | 57.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 55 | 59 | 0 | 0.10 | 0.03 | 0.76 | 320 | 0.05 | 0.23 |
| Hex | 3D | 37 | 3B | 0 | A | 3 | 4C | 140 | 5 | 17 |
| Octal | 75 | 67 | 73 | 0 | 12 | 3 | 114 | 500 | 5 | 27 |
| Binary | 111101 | 110111 | 111011 | 0 | 1010 | 11 | 1001100 | 101000000 | 101 | 10111 |
Color Harmonies of #3D373B
Complementary color
Monochromatic Colors of #3D373B
Black with #3D373B
Text Example
Text Example
White with #3D373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D373B; }
p { color: rgb(61,55,59); }
H1.HeaderClassName
{
color: #3D373B;
}
.AnyTagClassName
{
color: #3D373B;
}
</style>
background-color css
<style>
a { background-color: #3D373B; }
a { background-color: rgb(61,55,59); }
div.DivClassName
{
background-color: #3D373B;
}
.BgClassName
{
background-color: #3D373B;
}
</style>
border-color css
<style>
span { border-color: #3D373B; }
span { border-color: rgb(61,55,59); }
td.TdClassName
{
border-color: #3D373B;
}
.TagClassName
{
border-color: #3D373B;
}
</style>