#50173E

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

Shades of Blackberry #50173E

Tints of Blackberry #50173E

Color information

#50173E (or 0x50173E) is unknown color: approx Blackberry. HEX triplet: 50, 17 and 3E. RGB value is (80,23,62). Sum of RGB (Red+Green+Blue) = 80+23+62=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 62 (24.61% from 255 or 37.58% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #50173E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50173E is #AFE8C1. Grayscale: #2C2C2C. Windows color (decimal): -11528386 or 4069200. OLE color: 4069200.

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

Color convert

RGB802362-
CMYK00.710.220.69
HSL318.95º55.34%20.2%-
HSV(B)318.95º71.25%31.37%-
XYZ4.482.674.84-
YUV44.49137.88153.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.48%
GREEN value IS 23 (9.38% from 255) = 13.94%
BLUE value IS 62 (24.61% from 255) = 37.58%
R=48.48%
G=13.94%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80236200.710.220.69318.9555.3420.2
Hex50173E047164513f3714
Octal12027760107261054776724
Binary1010000101111111100100011110110100010110011111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50173E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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