#47343F

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

Shades of Barossa #47343F

Tints of Barossa #47343F

Color information

#47343F (or 0x47343F) is unknown color: approx Barossa. HEX triplet: 47, 34 and 3F. RGB value is (71,52,63). Sum of RGB (Red+Green+Blue) = 71+52+63=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 71 - color contains mainly: red. Hex color #47343F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47343F is #B8CBC0. Grayscale: #3A3A3A. Windows color (decimal): -12110785 or 4142151. OLE color: 4142151.

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

Color convert

RGB715263-
CMYK00.270.110.72
HSL325.26º15.45%24.12%-
HSV(B)325.26º26.76%27.84%-
XYZ4.724.155.26-
YUV58.94130.29136.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.17%
GREEN value IS 52 (20.70% from 255) = 27.96%
BLUE value IS 63 (25% from 255) = 33.87%
R=38.17%
G=27.96%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71526300.270.110.72325.2615.4524.12
Hex47343F01BB48145f18
Octal1076477033131105051730
Binary100011111010011111101101110111001000101000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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