#50163B

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

Shades of Blackberry #50163B

Tints of Blackberry #50163B

Color information

#50163B (or 0x50163B) is unknown color: approx Blackberry. HEX triplet: 50, 16 and 3B. RGB value is (80,22,59). Sum of RGB (Red+Green+Blue) = 80+22+59=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #50163B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50163B is #AFE9C4. Grayscale: #2B2B2B. Windows color (decimal): -11528645 or 3872336. OLE color: 3872336.

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

Color convert

RGB802259-
CMYK00.720.260.69
HSL321.72º56.86%20%-
HSV(B)321.72º72.5%31.37%-
XYZ4.382.64.41-
YUV43.56136.72153.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.69%
GREEN value IS 22 (8.98% from 255) = 13.66%
BLUE value IS 59 (23.44% from 255) = 36.65%
R=49.69%
G=13.66%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80225900.720.260.69321.7256.8620
Hex50163B0481A451423914
Octal12026730110321055027124
Binary1010000101101110110100100011010100010110100001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50163B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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