#50173B

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

Shades of Blackberry #50173B

Tints of Blackberry #50173B

Color information

#50173B (or 0x50173B) is unknown color: approx Blackberry. HEX triplet: 50, 17 and 3B. RGB value is (80,23,59). Sum of RGB (Red+Green+Blue) = 80+23+59=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #50173B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50173B is #AFE8C4. Grayscale: #2C2C2C. Windows color (decimal): -11528389 or 3872592. OLE color: 3872592.

HSL color Cylindrical-coordinate representation of color #50173B: hue angle of 322.11º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50173B is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB802359-
CMYK00.710.260.69
HSL322.11º55.34%20.2%-
HSV(B)322.11º71.25%31.37%-
XYZ4.42.634.41-
YUV44.15136.38153.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.38%
GREEN value IS 23 (9.38% from 255) = 14.20%
BLUE value IS 59 (23.44% from 255) = 36.42%
R=49.38%
G=14.20%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80235900.710.260.69322.1155.3420.2
Hex50173B0471A451423714
Octal12027730107321055026724
Binary1010000101111110110100011111010100010110100001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50173B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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