#47303E

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

Shades of Barossa #47303E

Tints of Barossa #47303E

Color information

#47303E (or 0x47303E) is unknown color: approx Barossa. HEX triplet: 47, 30 and 3E. RGB value is (71,48,62). Sum of RGB (Red+Green+Blue) = 71+48+62=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 71 - color contains mainly: red. Hex color #47303E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47303E is #B8CFC1. Grayscale: #383838. Windows color (decimal): -12111810 or 4075591. OLE color: 4075591.

HSL color Cylindrical-coordinate representation of color #47303E: hue angle of 323.48º 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 #47303E is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB714862-
CMYK00.320.130.72
HSL323.48º19.33%23.33%-
HSV(B)323.48º32.39%27.84%-
XYZ4.523.85.05-
YUV56.47131.12138.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.23%
GREEN value IS 48 (19.14% from 255) = 26.52%
BLUE value IS 62 (24.61% from 255) = 34.25%
R=39.23%
G=26.52%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71486200.320.130.72323.4819.3323.33
Hex47303E020D481431317
Octal1076076040151105032327
Binary10001111100001111100100000110110010001010000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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