#47313F

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

Shades of Voodoo #47313F

Tints of Voodoo #47313F

Color information

#47313F (or 0x47313F) is unknown color: approx Voodoo. HEX triplet: 47, 31 and 3F. RGB value is (71,49,63). Sum of RGB (Red+Green+Blue) = 71+49+63=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 71 - color contains mainly: red. Hex color #47313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47313F is #B8CEC0. Grayscale: #393939. Windows color (decimal): -12111553 or 4141383. OLE color: 4141383.

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

Color convert

RGB714963-
CMYK00.310.110.72
HSL321.82º18.33%23.53%-
HSV(B)321.82º30.99%27.84%-
XYZ4.593.95.21-
YUV57.17131.29137.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.80%
GREEN value IS 49 (19.53% from 255) = 26.78%
BLUE value IS 63 (25% from 255) = 34.43%
R=38.80%
G=26.78%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71496300.310.110.72321.8218.3323.53
Hex47313F01FB481421218
Octal1076177037131105022230
Binary1000111110001111111011111101110010001010000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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