#47313B

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

Shades of Barossa #47313B

Tints of Barossa #47313B

Color information

#47313B (or 0x47313B) is unknown color: approx Barossa. HEX triplet: 47, 31 and 3B. RGB value is (71,49,59). Sum of RGB (Red+Green+Blue) = 71+49+59=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 71 - color contains mainly: red. Hex color #47313B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47313B is #B8CEC4. Grayscale: #383838. Windows color (decimal): -12111557 or 3879239. OLE color: 3879239.

HSL color Cylindrical-coordinate representation of color #47313B: hue angle of 332.73º 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 #47313B is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB714959-
CMYK00.310.170.72
HSL332.73º18.33%23.53%-
HSV(B)332.73º30.99%27.84%-
XYZ4.493.854.64-
YUV56.72129.29138.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.66%
GREEN value IS 49 (19.53% from 255) = 27.37%
BLUE value IS 59 (23.44% from 255) = 32.96%
R=39.66%
G=27.37%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71495900.310.170.72332.7318.3323.53
Hex47313B01F114814d1218
Octal1076173037211105152230
Binary10001111100011110110111111000110010001010011011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47313B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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