Shades of Voodoo #3D333B
Tints of Voodoo #3D333B
RGB
CMYK
RGB Variations
Color information
#3D333B (or 0x3D333B) is known color: Voodoo. HEX triplet: 3D, 33 and 3B. RGB value is (61,51,59). Sum of RGB (Red+Green+Blue) = 61+51+59=171 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.67% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 61 - color contains mainly: red. Hex color #3D333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D333B is #C2CCC4. Grayscale: #363636. Windows color (decimal): -12766405 or 3879741. OLE color: 3879741.
HSL color Cylindrical-coordinate representation of color #3D333B: hue angle of 312º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3D333B is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 51 | 59 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.76 |
| HSL | 312º | 0.09% | 0.22% | - |
| HSV(B) | 312º | 0.16% | 0.24% | - |
| XYZ | 3.9 | 3.68 | 4.64 | - |
| YUV | 54.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 51 | 59 | 0 | 0.16 | 0.03 | 0.76 | 312 | 0.09 | 0.22 |
| Hex | 3D | 33 | 3B | 0 | 10 | 3 | 4C | 138 | 9 | 16 |
| Octal | 75 | 63 | 73 | 0 | 20 | 3 | 114 | 470 | 11 | 26 |
| Binary | 111101 | 110011 | 111011 | 0 | 10000 | 11 | 1001100 | 100111000 | 1001 | 10110 |
Color Harmonies of #3D333B
Complementary color
Monochromatic Colors of #3D333B
Black with #3D333B
Text Example
Text Example
White with #3D333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D333B; }
p { color: rgb(61,51,59); }
H1.HeaderClassName
{
color: #3D333B;
}
.AnyTagClassName
{
color: #3D333B;
}
</style>
background-color css
<style>
a { background-color: #3D333B; }
a { background-color: rgb(61,51,59); }
div.DivClassName
{
background-color: #3D333B;
}
.BgClassName
{
background-color: #3D333B;
}
</style>
border-color css
<style>
span { border-color: #3D333B; }
span { border-color: rgb(61,51,59); }
td.TdClassName
{
border-color: #3D333B;
}
.TagClassName
{
border-color: #3D333B;
}
</style>