#50173F

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

Shades of Blackberry #50173F

Tints of Blackberry #50173F

Color information

#50173F (or 0x50173F) is unknown color: approx Blackberry. HEX triplet: 50, 17 and 3F. RGB value is (80,23,63). Sum of RGB (Red+Green+Blue) = 80+23+63=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #50173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50173F is #AFE8C0. Grayscale: #2C2C2C. Windows color (decimal): -11528385 or 4134736. OLE color: 4134736.

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

Color convert

RGB802363-
CMYK00.710.210.69
HSL317.89º55.34%20.2%-
HSV(B)317.89º71.25%31.37%-
XYZ4.512.684.98-
YUV44.6138.38153.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.19%
GREEN value IS 23 (9.38% from 255) = 13.86%
BLUE value IS 63 (25% from 255) = 37.95%
R=48.19%
G=13.86%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80236300.710.210.69317.8955.3420.2
Hex50173F047154513e3714
Octal12027770107251054766724
Binary1010000101111111110100011110101100010110011111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50173F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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