Html Css Color HEX #50303F Barossa

📋 copy color: '#50303F'

red 80 ◦ green 48 ◦ blue 63

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

Shades of Barossa #50303F

Tints of Barossa #50303F

RGB

 RED value IS 80 (31.64% from 255) = 41.88%

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

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

R = 41.88%
G = 25.13%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#50303F (or 0x50303F) is known color: Barossa. HEX triplet: 50, 30 and 3F. RGB value is (80,48,63). Sum of RGB (Red+Green+Blue) = 80+48+63=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 80 - color contains mainly: red. Hex color #50303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50303F is #AFCFC0. Grayscale: #3B3B3B. Windows color (decimal): -11521985 or 4141136. OLE color: 4141136.

HSL color Cylindrical-coordinate representation of color #50303F: hue angle of 331.88º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50303F is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 48 63 -
CMYK 0 0.40 0.21 0.69
HSL 331.88º 0.25% 0.25% -
HSV(B) 331.88º 0.4% 0.31% -
XYZ 5.26 4.18 5.23 -
YUV 59.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 80 48 63 0 0.40 0.21 0.69 331.88 0.25 0.25
Hex 50 30 3F 0 28 15 45 14C 19 19
Octal 120 60 77 0 50 25 105 514 31 31
Binary 1010000 110000 111111 0 101000 10101 1000101 101001100 11001 11001

Color Harmonies of #50303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50303F

Black with #50303F

Text Example


Text Example

White with #50303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50303F; }

 p { color: rgb(80,48,63); }

 H1.HeaderClassName
 {
   color: #50303F;
 }
 .AnyTagClassName
 {
   color: #50303F;
 }
</style>

background-color css

<style>
 a { background-color: #50303F; }

 a { background-color: rgb(80,48,63); }

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

border-color css

<style>
 span { border-color: #50303F; }

 span { border-color: rgb(80,48,63); }

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