#50163A

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

Shades of Blackberry #50163A

Tints of Blackberry #50163A

Color information

#50163A (or 0x50163A) is unknown color: approx Blackberry. HEX triplet: 50, 16 and 3A. RGB value is (80,22,58). Sum of RGB (Red+Green+Blue) = 80+22+58=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #50163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50163A is #AFE9C5. Grayscale: #2B2B2B. Windows color (decimal): -11528646 or 3806800. OLE color: 3806800.

HSL color Cylindrical-coordinate representation of color #50163A: hue angle of 322.76º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50163A is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB802258-
CMYK00.720.280.69
HSL322.76º56.86%20%-
HSV(B)322.76º72.5%31.37%-
XYZ4.362.584.27-
YUV43.45136.22154.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50%
GREEN value IS 22 (8.98% from 255) = 13.75%
BLUE value IS 58 (23.05% from 255) = 36.25%
R=50%
G=13.75%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80225800.720.280.69322.7656.8620
Hex50163A0481C451433914
Octal12026720110341055037124
Binary1010000101101110100100100011100100010110100001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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