#50113C

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

Shades of Blackberry #50113C

Tints of Blackberry #50113C

Color information

#50113C (or 0x50113C) is unknown color: approx Blackberry. HEX triplet: 50, 11 and 3C. RGB value is (80,17,60). Sum of RGB (Red+Green+Blue) = 80+17+60=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #50113C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50113C is #AFEEC3. Grayscale: #282828. Windows color (decimal): -11529924 or 3936592. OLE color: 3936592.

HSL color Cylindrical-coordinate representation of color #50113C: hue angle of 319.05º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50113C is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB801760-
CMYK00.790.250.69
HSL319.05º64.95%19.02%-
HSV(B)319.05º78.75%31.37%-
XYZ4.322.434.52-
YUV40.74138.87156-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.96%
GREEN value IS 17 (7.03% from 255) = 10.83%
BLUE value IS 60 (23.83% from 255) = 38.22%
R=50.96%
G=10.83%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80176000.790.250.69319.0564.9519.02
Hex50113C04F194513f4113
Octal120217401173110547710123
Binary10100001000111110001001111110011000101100111111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50113C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50113C; }

 p { color: rgb(80,17,60); }

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

<style>
 a { background-color: #50113C; }

 a { background-color: rgb(80,17,60); }

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

<style>
 span { border-color: #50113C; }

 span { border-color: rgb(80,17,60); }

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