#50303F

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

Shades of Barossa #50303F

Tints of Barossa #50303F

Color information

#50303F (or 0x50303F) is unknown color: approx 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

RGB804863-
CMYK00.400.210.69
HSL331.88º25%25.1%-
HSV(B)331.88º40%31.37%-
XYZ5.264.185.23-
YUV59.28130.1142.78-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80486300.400.210.69331.882525.1
Hex50303F028154514c1919
Octal1206077050251055143131
Binary101000011000011111101010001010110001011010011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>