#50163D

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

Shades of Blackberry #50163D

Tints of Blackberry #50163D

Color information

#50163D (or 0x50163D) is unknown color: approx Blackberry. HEX triplet: 50, 16 and 3D. RGB value is (80,22,61). Sum of RGB (Red+Green+Blue) = 80+22+61=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #50163D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50163D is #AFE9C2. Grayscale: #2B2B2B. Windows color (decimal): -11528643 or 4003408. OLE color: 4003408.

HSL color Cylindrical-coordinate representation of color #50163D: hue angle of 319.66º 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 #50163D is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB802261-
CMYK00.720.240.69
HSL319.66º56.86%20%-
HSV(B)319.66º72.5%31.37%-
XYZ4.442.624.69-
YUV43.79137.72153.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.08%
GREEN value IS 22 (8.98% from 255) = 13.50%
BLUE value IS 61 (24.22% from 255) = 37.42%
R=49.08%
G=13.50%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80226100.720.240.69319.6656.8620
Hex50163D04818451403914
Octal12026750110301055007124
Binary1010000101101111010100100011000100010110100000011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50163D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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