#47323F

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

Shades of Voodoo #47323F

Tints of Voodoo #47323F

Color information

#47323F (or 0x47323F) is unknown color: approx Voodoo. HEX triplet: 47, 32 and 3F. RGB value is (71,50,63). Sum of RGB (Red+Green+Blue) = 71+50+63=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #47323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47323F is #B8CDC0. Grayscale: #393939. Windows color (decimal): -12111297 or 4141639. OLE color: 4141639.

HSL color Cylindrical-coordinate representation of color #47323F: hue angle of 322.86º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #47323F is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB715063-
CMYK00.300.110.72
HSL322.86º17.36%23.73%-
HSV(B)322.86º29.58%27.84%-
XYZ4.643.985.23-
YUV57.76130.96137.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.59%
GREEN value IS 50 (19.92% from 255) = 27.17%
BLUE value IS 63 (25% from 255) = 34.24%
R=38.59%
G=27.17%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71506300.300.110.72322.8617.3623.73
Hex47323F01EB481431118
Octal1076277036131105032130
Binary1000111110010111111011110101110010001010000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47323F; }

 p { color: rgb(71,50,63); }

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

<style>
 a { background-color: #47323F; }

 a { background-color: rgb(71,50,63); }

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

<style>
 span { border-color: #47323F; }

 span { border-color: rgb(71,50,63); }

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