#3F2B3C

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

Shades of Voodoo #3F2B3C

Tints of Voodoo #3F2B3C

Color information

#3F2B3C (or 0x3F2B3C) is unknown color: approx Voodoo. HEX triplet: 3F, 2B and 3C. RGB value is (63,43,60). Sum of RGB (Red+Green+Blue) = 63+43+60=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2B3C is #C0D4C3. Grayscale: #323232. Windows color (decimal): -12637380 or 3943231. OLE color: 3943231.

HSL color Cylindrical-coordinate representation of color #3F2B3C: hue angle of 309º 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 #3F2B3C is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB634360-
CMYK00.320.050.75
HSL309º18.87%20.78%-
HSV(B)309º31.75%24.71%-
XYZ3.733.114.68-
YUV50.92133.13136.62-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.95%
GREEN value IS 43 (17.19% from 255) = 25.90%
BLUE value IS 60 (23.83% from 255) = 36.14%
R=37.95%
G=25.90%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63436000.320.050.7530918.8720.78
Hex3F2B3C02054B1351315
Octal77537404051134652325
Binary111111101011111100010000010110010111001101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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