Shades of Voodoo #3A3138
Tints of Voodoo #3A3138
RGB
CMYK
RGB Variations
Color information
#3A3138 (or 0x3A3138) is known color: Voodoo. HEX triplet: 3A, 31 and 38. RGB value is (58,49,56). Sum of RGB (Red+Green+Blue) = 58+49+56=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3138 is #C5CEC7. Grayscale: #343434. Windows color (decimal): -12963528 or 3682618. OLE color: 3682618.
HSL color Cylindrical-coordinate representation of color #3A3138: hue angle of 313.33º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3A3138 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 49 | 56 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.77 |
| HSL | 313.33º | 0.08% | 0.21% | - |
| HSV(B) | 313.33º | 0.16% | 0.23% | - |
| XYZ | 3.56 | 3.38 | 4.21 | - |
| YUV | 52.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 49 | 56 | 0 | 0.16 | 0.03 | 0.77 | 313.33 | 0.08 | 0.21 |
| Hex | 3A | 31 | 38 | 0 | 10 | 3 | 4D | 139 | 8 | 15 |
| Octal | 72 | 61 | 70 | 0 | 20 | 3 | 115 | 471 | 10 | 25 |
| Binary | 111010 | 110001 | 111000 | 0 | 10000 | 11 | 1001101 | 100111001 | 1000 | 10101 |
Color Harmonies of #3A3138
Complementary color
Monochromatic Colors of #3A3138
Black with #3A3138
Text Example
Text Example
White with #3A3138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3138; }
p { color: rgb(58,49,56); }
H1.HeaderClassName
{
color: #3A3138;
}
.AnyTagClassName
{
color: #3A3138;
}
</style>
background-color css
<style>
a { background-color: #3A3138; }
a { background-color: rgb(58,49,56); }
div.DivClassName
{
background-color: #3A3138;
}
.BgClassName
{
background-color: #3A3138;
}
</style>
border-color css
<style>
span { border-color: #3A3138; }
span { border-color: rgb(58,49,56); }
td.TdClassName
{
border-color: #3A3138;
}
.TagClassName
{
border-color: #3A3138;
}
</style>