#3F313C

Color #3F313C Voodoo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Voodoo #3F313C

Tints of Voodoo #3F313C

Color information

#3F313C (or 0x3F313C) is unknown color: approx Voodoo. HEX triplet: 3F, 31 and 3C. RGB value is (63,49,60). Sum of RGB (Red+Green+Blue) = 63+49+60=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 63 - color contains mainly: red. Hex color #3F313C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F313C is #C0CEC3. Grayscale: #363636. Windows color (decimal): -12635844 or 3944767. OLE color: 3944767.

HSL color Cylindrical-coordinate representation of color #3F313C: hue angle of 312.86º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3F313C is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB634960-
CMYK00.220.050.75
HSL312.86º12.5%21.96%-
HSV(B)312.86º22.22%24.71%-
XYZ3.963.584.76-
YUV54.44131.14134.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 36.63%
GREEN value IS 49 (19.53% from 255) = 28.49%
BLUE value IS 60 (23.83% from 255) = 34.88%
R=36.63%
G=28.49%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63496000.220.050.75312.8612.521.96
Hex3F313C01654B139c16
Octal77617402651134711426
Binary1111111100011111000101101011001011100111001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F313C; }

 p { color: rgb(63,49,60); }

 H1.HeaderClassName
 {
   color: #3F313C;
 }
 .AnyTagClassName
 {
   color: #3F313C;
 }
</style>
background-color css

<style>
 a { background-color: #3F313C; }

 a { background-color: rgb(63,49,60); }

 div.DivClassName
 {
   background-color: #3F313C;
 }
 .BgClassName
 {
   background-color: #3F313C;
 }
</style>
border-color css

<style>
 span { border-color: #3F313C; }

 span { border-color: rgb(63,49,60); }

 td.TdClassName
 {
   border-color: #3F313C;
 }
 .TagClassName
 {
   border-color: #3F313C;
 }
</style>