#3F343C

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

Shades of Voodoo #3F343C

Tints of Voodoo #3F343C

Color information

#3F343C (or 0x3F343C) is unknown color: approx Voodoo. HEX triplet: 3F, 34 and 3C. RGB value is (63,52,60). Sum of RGB (Red+Green+Blue) = 63+52+60=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 63 - color contains mainly: red. Hex color #3F343C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F343C is #C0CBC3. Grayscale: #383838. Windows color (decimal): -12635076 or 3945535. OLE color: 3945535.

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

Color convert

RGB635260-
CMYK00.170.050.75
HSL316.36º9.57%22.55%-
HSV(B)316.36º17.46%24.71%-
XYZ4.093.844.8-
YUV56.2130.14132.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36%
GREEN value IS 52 (20.70% from 255) = 29.71%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=36%
G=29.71%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63526000.170.050.75316.369.5722.55
Hex3F343C01154B13ca17
Octal77647402151134741227
Binary1111111101001111000100011011001011100111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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