#3F323C

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

Shades of Voodoo #3F323C

Tints of Voodoo #3F323C

Color information

#3F323C (or 0x3F323C) is unknown color: approx Voodoo. HEX triplet: 3F, 32 and 3C. RGB value is (63,50,60). Sum of RGB (Red+Green+Blue) = 63+50+60=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 63 - color contains mainly: red. Hex color #3F323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F323C is #C0CDC3. Grayscale: #373737. Windows color (decimal): -12635588 or 3945023. OLE color: 3945023.

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

Color convert

RGB635060-
CMYK00.210.050.75
HSL313.85º11.5%22.16%-
HSV(B)313.85º20.63%24.71%-
XYZ4.013.664.77-
YUV55.03130.81133.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.42%
GREEN value IS 50 (19.92% from 255) = 28.90%
BLUE value IS 60 (23.83% from 255) = 34.68%
R=36.42%
G=28.90%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63506000.210.050.75313.8511.522.16
Hex3F323C01554B13ac16
Octal77627402551134721426
Binary1111111100101111000101011011001011100111010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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