Html Css Color HEX #47303E Barossa

📋 copy color: '#47303E'

red 71 ◦ green 48 ◦ blue 62

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

Shades of Barossa #47303E

Tints of Barossa #47303E

RGB

 RED value IS 71 (28.13% 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 value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#47303E (or 0x47303E) is known color: 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

RGB 71 48 62 -
CMYK 0 0.32 0.13 0.72
HSL 323.48º 0.19% 0.23% -
HSV(B) 323.48º 0.32% 0.28% -
XYZ 4.52 3.8 5.05 -
YUV 56.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 71 48 62 0 0.32 0.13 0.72 323.48 0.19 0.23
Hex 47 30 3E 0 20 D 48 143 13 17
Octal 107 60 76 0 40 15 110 503 23 27
Binary 1000111 110000 111110 0 100000 1101 1001000 101000011 10011 10111

Color Harmonies of #47303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47303E

Black with #47303E

Text Example


Text Example

White with #47303E

Text Example


Text Example

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