#3F2B3B

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

Shades of Voodoo #3F2B3B

Tints of Voodoo #3F2B3B

Color information

#3F2B3B (or 0x3F2B3B) is unknown color: approx Voodoo. HEX triplet: 3F, 2B and 3B. RGB value is (63,43,59). Sum of RGB (Red+Green+Blue) = 63+43+59=165 (21% of max value = 765). Red value is 63 (25% from 255 or 38.18% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2B3B is #C0D4C4. Grayscale: #323232. Windows color (decimal): -12637381 or 3877695. OLE color: 3877695.

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

Color convert

RGB634359-
CMYK00.320.060.75
HSL312º18.87%20.78%-
HSV(B)312º31.75%24.71%-
XYZ3.73.14.54-
YUV50.8132.63136.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.18%
GREEN value IS 43 (17.19% from 255) = 26.06%
BLUE value IS 59 (23.44% from 255) = 35.76%
R=38.18%
G=26.06%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63435900.320.060.7531218.8720.78
Hex3F2B3B02064B1381315
Octal77537304061134702325
Binary111111101011111011010000011010010111001110001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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