#47333B

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

Shades of Barossa #47333B

Tints of Barossa #47333B

Color information

#47333B (or 0x47333B) is unknown color: approx Barossa. HEX triplet: 47, 33 and 3B. RGB value is (71,51,59). Sum of RGB (Red+Green+Blue) = 71+51+59=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 71 - color contains mainly: red. Hex color #47333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47333B is #B8CCC4. Grayscale: #393939. Windows color (decimal): -12111045 or 3879751. OLE color: 3879751.

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

Color convert

RGB715159-
CMYK00.280.170.72
HSL336º16.39%23.92%-
HSV(B)336º28.17%27.84%-
XYZ4.574.024.67-
YUV57.89128.63137.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.23%
GREEN value IS 51 (20.31% from 255) = 28.18%
BLUE value IS 59 (23.44% from 255) = 32.60%
R=39.23%
G=28.18%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71515900.280.170.7233616.3923.92
Hex47333B01C11481501018
Octal1076373034211105202030
Binary10001111100111110110111001000110010001010100001000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47333B; }

 p { color: rgb(71,51,59); }

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

<style>
 a { background-color: #47333B; }

 a { background-color: rgb(71,51,59); }

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

<style>
 span { border-color: #47333B; }

 span { border-color: rgb(71,51,59); }

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