#50162D

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

Shades of Blackberry #50162D

Tints of Blackberry #50162D

Color information

#50162D (or 0x50162D) is unknown color: approx Blackberry. HEX triplet: 50, 16 and 2D. RGB value is (80,22,45). Sum of RGB (Red+Green+Blue) = 80+22+45=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #50162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50162D is #AFE9D2. Grayscale: #292929. Windows color (decimal): -11528659 or 2954832. OLE color: 2954832.

HSL color Cylindrical-coordinate representation of color #50162D: hue angle of 336.21º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50162D is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB802245-
CMYK00.720.440.69
HSL336.21º56.86%20%-
HSV(B)336.21º72.5%31.37%-
XYZ4.072.472.74-
YUV41.96129.72155.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.42%
GREEN value IS 22 (8.98% from 255) = 14.97%
BLUE value IS 45 (17.97% from 255) = 30.61%
R=54.42%
G=14.97%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80224500.720.440.69336.2156.8620
Hex50162D0482C451503914
Octal12026550110541055207124
Binary10100001011010110101001000101100100010110101000011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50162D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50162D; }

 p { color: rgb(80,22,45); }

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

<style>
 a { background-color: #50162D; }

 a { background-color: rgb(80,22,45); }

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

<style>
 span { border-color: #50162D; }

 span { border-color: rgb(80,22,45); }

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