#47303F

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

Shades of Voodoo #47303F

Tints of Voodoo #47303F

Color information

#47303F (or 0x47303F) is unknown color: approx Voodoo. HEX triplet: 47, 30 and 3F. RGB value is (71,48,63). Sum of RGB (Red+Green+Blue) = 71+48+63=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 71 - color contains mainly: red. Hex color #47303F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47303F is #B8CFC0. Grayscale: #383838. Windows color (decimal): -12111809 or 4141127. OLE color: 4141127.

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

Color convert

RGB714863-
CMYK00.320.110.72
HSL320.87º19.33%23.33%-
HSV(B)320.87º32.39%27.84%-
XYZ4.553.815.2-
YUV56.59131.62138.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.01%
GREEN value IS 48 (19.14% from 255) = 26.37%
BLUE value IS 63 (25% from 255) = 34.62%
R=39.01%
G=26.37%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71486300.320.110.72320.8719.3323.33
Hex47303F020B481411317
Octal1076077040131105012327
Binary10001111100001111110100000101110010001010000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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