Shades of Voodoo #3C373B
Tints of Voodoo #3C373B
RGB
CMYK
RGB Variations
Color information
#3C373B (or 0x3C373B) is known color: Voodoo. HEX triplet: 3C, 37 and 3B. RGB value is (60,55,59). Sum of RGB (Red+Green+Blue) = 60+55+59=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 60 - color contains mainly: red. Hex color #3C373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C373B is #C3C8C4. Grayscale: #383838. Windows color (decimal): -12830917 or 3880764. OLE color: 3880764.
HSL color Cylindrical-coordinate representation of color #3C373B: hue angle of 312º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3C373B is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 55 | 59 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.76 |
| HSL | 312º | 0.04% | 0.23% | - |
| HSV(B) | 312º | 0.08% | 0.24% | - |
| XYZ | 4.02 | 4.01 | 4.7 | - |
| YUV | 56.95 | 129.16 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 59 | 0 | 0.08 | 0.02 | 0.76 | 312 | 0.04 | 0.23 |
| Hex | 3C | 37 | 3B | 0 | 8 | 2 | 4C | 138 | 4 | 17 |
| Octal | 74 | 67 | 73 | 0 | 10 | 2 | 114 | 470 | 4 | 27 |
| Binary | 111100 | 110111 | 111011 | 0 | 1000 | 10 | 1001100 | 100111000 | 100 | 10111 |
Color Harmonies of #3C373B
Complementary color
Monochromatic Colors of #3C373B
Black with #3C373B
Text Example
Text Example
White with #3C373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C373B; }
p { color: rgb(60,55,59); }
H1.HeaderClassName
{
color: #3C373B;
}
.AnyTagClassName
{
color: #3C373B;
}
</style>
background-color css
<style>
a { background-color: #3C373B; }
a { background-color: rgb(60,55,59); }
div.DivClassName
{
background-color: #3C373B;
}
.BgClassName
{
background-color: #3C373B;
}
</style>
border-color css
<style>
span { border-color: #3C373B; }
span { border-color: rgb(60,55,59); }
td.TdClassName
{
border-color: #3C373B;
}
.TagClassName
{
border-color: #3C373B;
}
</style>