Shades of Voodoo #3C383B
Tints of Voodoo #3C383B
RGB
CMYK
RGB Variations
Color information
#3C383B (or 0x3C383B) is known color: Voodoo. HEX triplet: 3C, 38 and 3B. RGB value is (60,56,59). Sum of RGB (Red+Green+Blue) = 60+56+59=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 60 - color contains mainly: red. Hex color #3C383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C383B is #C3C7C4. Grayscale: #393939. Windows color (decimal): -12830661 or 3881020. OLE color: 3881020.
HSL color Cylindrical-coordinate representation of color #3C383B: hue angle of 315º degrees, saturation: 0.03, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #3C383B is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 56 | 59 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.76 |
| HSL | 315º | 0.03% | 0.23% | - |
| HSV(B) | 315º | 0.07% | 0.24% | - |
| XYZ | 4.07 | 4.1 | 4.72 | - |
| YUV | 57.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 59 | 0 | 0.07 | 0.02 | 0.76 | 315 | 0.03 | 0.23 |
| Hex | 3C | 38 | 3B | 0 | 7 | 2 | 4C | 13B | 3 | 17 |
| Octal | 74 | 70 | 73 | 0 | 7 | 2 | 114 | 473 | 3 | 27 |
| Binary | 111100 | 111000 | 111011 | 0 | 111 | 10 | 1001100 | 100111011 | 11 | 10111 |
Color Harmonies of #3C383B
Complementary color
Monochromatic Colors of #3C383B
Black with #3C383B
Text Example
Text Example
White with #3C383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C383B; }
p { color: rgb(60,56,59); }
H1.HeaderClassName
{
color: #3C383B;
}
.AnyTagClassName
{
color: #3C383B;
}
</style>
background-color css
<style>
a { background-color: #3C383B; }
a { background-color: rgb(60,56,59); }
div.DivClassName
{
background-color: #3C383B;
}
.BgClassName
{
background-color: #3C383B;
}
</style>
border-color css
<style>
span { border-color: #3C383B; }
span { border-color: rgb(60,56,59); }
td.TdClassName
{
border-color: #3C383B;
}
.TagClassName
{
border-color: #3C383B;
}
</style>