#3F2B3A

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

Shades of Voodoo #3F2B3A

Tints of Voodoo #3F2B3A

Color information

#3F2B3A (or 0x3F2B3A) is unknown color: approx Voodoo. HEX triplet: 3F, 2B and 3A. RGB value is (63,43,58). Sum of RGB (Red+Green+Blue) = 63+43+58=164 (21% of max value = 765). Red value is 63 (25% from 255 or 38.41% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2B3A is #C0D4C5. Grayscale: #323232. Windows color (decimal): -12637382 or 3812159. OLE color: 3812159.

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

Color convert

RGB634358-
CMYK00.320.080.75
HSL315º18.87%20.78%-
HSV(B)315º31.75%24.71%-
XYZ3.683.094.41-
YUV50.69132.13136.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.41%
GREEN value IS 43 (17.19% from 255) = 26.22%
BLUE value IS 58 (23.05% from 255) = 35.37%
R=38.41%
G=26.22%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63435800.320.080.7531518.8720.78
Hex3F2B3A02084B13b1315
Octal775372040101134732325
Binary1111111010111110100100000100010010111001110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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