#50173A

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

Shades of Blackberry #50173A

Tints of Blackberry #50173A

Color information

#50173A (or 0x50173A) is unknown color: approx Blackberry. HEX triplet: 50, 17 and 3A. RGB value is (80,23,58). Sum of RGB (Red+Green+Blue) = 80+23+58=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #50173A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50173A is #AFE8C5. Grayscale: #2B2B2B. Windows color (decimal): -11528390 or 3807056. OLE color: 3807056.

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

Color convert

RGB802358-
CMYK00.710.280.69
HSL323.16º55.34%20.2%-
HSV(B)323.16º71.25%31.37%-
XYZ4.382.624.28-
YUV44.03135.88153.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.69%
GREEN value IS 23 (9.38% from 255) = 14.29%
BLUE value IS 58 (23.05% from 255) = 36.02%
R=49.69%
G=14.29%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80235800.710.280.69323.1655.3420.2
Hex50173A0471C451433714
Octal12027720107341055036724
Binary1010000101111110100100011111100100010110100001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50173A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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