#50303A

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

Shades of Wine Berry #50303A

Tints of Wine Berry #50303A

Color information

#50303A (or 0x50303A) is unknown color: approx Wine Berry. HEX triplet: 50, 30 and 3A. RGB value is (80,48,58). Sum of RGB (Red+Green+Blue) = 80+48+58=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #50303A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50303A is #AFCFC5. Grayscale: #3A3A3A. Windows color (decimal): -11521990 or 3813456. OLE color: 3813456.

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

Color convert

RGB804858-
CMYK00.400.280.69
HSL341.25º25%25.1%-
HSV(B)341.25º40%31.37%-
XYZ5.134.124.53-
YUV58.71127.6143.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.01%
GREEN value IS 48 (19.14% from 255) = 25.81%
BLUE value IS 58 (23.05% from 255) = 31.18%
R=43.01%
G=25.81%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80485800.400.280.69341.252525.1
Hex50303A0281C451551919
Octal1206072050341055253131
Binary101000011000011101001010001110010001011010101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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