#50112C

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

Shades of Blackberry #50112C

Tints of Blackberry #50112C

Color information

#50112C (or 0x50112C) is unknown color: approx Blackberry. HEX triplet: 50, 11 and 2C. RGB value is (80,17,44). Sum of RGB (Red+Green+Blue) = 80+17+44=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #50112C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50112C is #AFEED3. Grayscale: #262626. Windows color (decimal): -11529940 or 2888016. OLE color: 2888016.

HSL color Cylindrical-coordinate representation of color #50112C: hue angle of 334.29º 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 #50112C is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB801744-
CMYK00.790.450.69
HSL334.29º64.95%19.02%-
HSV(B)334.29º78.75%31.37%-
XYZ3.962.292.62-
YUV38.92130.87157.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.74%
GREEN value IS 17 (7.03% from 255) = 12.06%
BLUE value IS 44 (17.58% from 255) = 31.21%
R=56.74%
G=12.06%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80174400.790.450.69334.2964.9519.02
Hex50112C04F2D4514e4113
Octal120215401175510551610123
Binary101000010001101100010011111011011000101101001110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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