#50112F

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

Shades of Blackberry #50112F

Tints of Blackberry #50112F

Color information

#50112F (or 0x50112F) is unknown color: approx Blackberry. HEX triplet: 50, 11 and 2F. RGB value is (80,17,47). Sum of RGB (Red+Green+Blue) = 80+17+47=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #50112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50112F is #AFEED0. Grayscale: #272727. Windows color (decimal): -11529937 or 3084624. OLE color: 3084624.

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

Color convert

RGB801747-
CMYK00.790.410.69
HSL331.43º64.95%19.02%-
HSV(B)331.43º78.75%31.37%-
XYZ4.022.312.92-
YUV39.26132.37157.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.56%
GREEN value IS 17 (7.03% from 255) = 11.81%
BLUE value IS 47 (18.75% from 255) = 32.64%
R=55.56%
G=11.81%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80174700.790.410.69331.4364.9519.02
Hex50112F04F294514b4113
Octal120215701175110551310123
Binary101000010001101111010011111010011000101101001011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50112F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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