#3F293B

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

Shades of Voodoo #3F293B

Tints of Voodoo #3F293B

Color information

#3F293B (or 0x3F293B) is unknown color: approx Voodoo. HEX triplet: 3F, 29 and 3B. RGB value is (63,41,59). Sum of RGB (Red+Green+Blue) = 63+41+59=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 63 - color contains mainly: red. Hex color #3F293B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F293B is #C0D6C4. Grayscale: #313131. Windows color (decimal): -12637893 or 3877183. OLE color: 3877183.

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

Color convert

RGB634159-
CMYK00.350.060.75
HSL310.91º21.15%20.39%-
HSV(B)310.91º34.92%24.71%-
XYZ3.632.964.52-
YUV49.63133.29137.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.65%
GREEN value IS 41 (16.41% from 255) = 25.15%
BLUE value IS 59 (23.44% from 255) = 36.20%
R=38.65%
G=25.15%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63415900.350.060.75310.9121.1520.39
Hex3F293B02364B1371514
Octal77517304361134672524
Binary111111101001111011010001111010010111001101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,41,59); }

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

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

 a { background-color: rgb(63,41,59); }

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

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

 span { border-color: rgb(63,41,59); }

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