Html Css Color HEX #49303B Barossa

📋 copy color: '#49303B'

red 73 ◦ green 48 ◦ blue 59

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

Shades of Barossa #49303B

Tints of Barossa #49303B

RGB

 RED value IS 73 (28.91% from 255) = 40.56%

 GREEN value IS 48 (19.14% from 255) = 26.67%

 BLUE value IS 59 (23.44% from 255) = 32.78%

R = 40.56%
G = 26.67%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#49303B (or 0x49303B) is known color: Barossa. HEX triplet: 49, 30 and 3B. RGB value is (73,48,59). Sum of RGB (Red+Green+Blue) = 73+48+59=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 73 - color contains mainly: red. Hex color #49303B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49303B is #B6CFC4. Grayscale: #383838. Windows color (decimal): -11980741 or 3878985. OLE color: 3878985.

HSL color Cylindrical-coordinate representation of color #49303B: hue angle of 333.6º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #49303B is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 48 59 -
CMYK 0 0.34 0.19 0.71
HSL 333.6º 0.21% 0.24% -
HSV(B) 333.6º 0.34% 0.29% -
XYZ 4.59 3.85 4.64 -
YUV 56.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 73 48 59 0 0.34 0.19 0.71 333.6 0.21 0.24
Hex 49 30 3B 0 22 13 47 14E 15 18
Octal 111 60 73 0 42 23 107 516 25 30
Binary 1001001 110000 111011 0 100010 10011 1000111 101001110 10101 11000

Color Harmonies of #49303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49303B

Black with #49303B

Text Example


Text Example

White with #49303B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,48,59); }

 H1.HeaderClassName
 {
   color: #49303B;
 }
 .AnyTagClassName
 {
   color: #49303B;
 }
</style>

background-color css

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

 a { background-color: rgb(73,48,59); }

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

border-color css

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

 span { border-color: rgb(73,48,59); }

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