#50193F

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

Shades of Blackberry #50193F

Tints of Blackberry #50193F

Color information

#50193F (or 0x50193F) is unknown color: approx Blackberry. HEX triplet: 50, 19 and 3F. RGB value is (80,25,63). Sum of RGB (Red+Green+Blue) = 80+25+63=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #50193F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50193F is #AFE6C0. Grayscale: #2D2D2D. Windows color (decimal): -11527873 or 4135248. OLE color: 4135248.

HSL color Cylindrical-coordinate representation of color #50193F: hue angle of 318.55º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50193F is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB802563-
CMYK00.690.210.69
HSL318.55º52.38%20.59%-
HSV(B)318.55º68.75%31.37%-
XYZ4.552.765-
YUV45.78137.72152.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.62%
GREEN value IS 25 (10.16% from 255) = 14.88%
BLUE value IS 63 (25% from 255) = 37.5%
R=47.62%
G=14.88%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80256300.690.210.69318.5552.3820.59
Hex50193F045154513f3415
Octal12031770105251054776425
Binary1010000110011111110100010110101100010110011111111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50193F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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