Html Css Color HEX #47343F Barossa

📋 copy color: '#47343F'

red 71 ◦ green 52 ◦ blue 63

#47343F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #47343F

Tints of Barossa #47343F

RGB

 RED value IS 71 (28.13% from 255) = 38.17%

 GREEN value IS 52 (20.7% from 255) = 27.96%

 BLUE value IS 63 (25% from 255) = 33.87%

R = 38.17%
G = 27.96%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#47343F (or 0x47343F) is known color: 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

RGB 71 52 63 -
CMYK 0 0.27 0.11 0.72
HSL 325.26º 0.15% 0.24% -
HSV(B) 325.26º 0.27% 0.28% -
XYZ 4.72 4.15 5.26 -
YUV 58.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 71 52 63 0 0.27 0.11 0.72 325.26 0.15 0.24
Hex 47 34 3F 0 1B B 48 145 F 18
Octal 107 64 77 0 33 13 110 505 17 30
Binary 1000111 110100 111111 0 11011 1011 1001000 101000101 1111 11000

Color Harmonies of #47343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47343F

Black with #47343F

Text Example


Text Example

White with #47343F

Text Example


Text Example

HTML Codes & Css Web 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>