#50303C

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

Shades of Wine Berry #50303C

Tints of Wine Berry #50303C

Color information

#50303C (or 0x50303C) is unknown color: approx Wine Berry. HEX triplet: 50, 30 and 3C. RGB value is (80,48,60). Sum of RGB (Red+Green+Blue) = 80+48+60=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 80 - color contains mainly: red. Hex color #50303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50303C is #AFCFC3. Grayscale: #3A3A3A. Windows color (decimal): -11521988 or 3944528. OLE color: 3944528.

HSL color Cylindrical-coordinate representation of color #50303C: hue angle of 337.5º 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 #50303C is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB804860-
CMYK00.400.250.69
HSL337.5º25%25.1%-
HSV(B)337.5º40%31.37%-
XYZ5.184.154.8-
YUV58.94128.6143.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.55%
GREEN value IS 48 (19.14% from 255) = 25.53%
BLUE value IS 60 (23.83% from 255) = 31.91%
R=42.55%
G=25.53%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80486000.400.250.69337.52525.1
Hex50303C02819451521919
Octal1206074050311055223131
Binary101000011000011110001010001100110001011010100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50303C;
 }
 .AnyTagClassName
 {
   color: #50303C;
 }
</style>
background-color css

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

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

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

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

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

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