#50153E

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

Shades of Blackberry #50153E

Tints of Blackberry #50153E

Color information

#50153E (or 0x50153E) is unknown color: approx Blackberry. HEX triplet: 50, 15 and 3E. RGB value is (80,21,62). Sum of RGB (Red+Green+Blue) = 80+21+62=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 62 (24.61% from 255 or 38.04% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #50153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50153E is #AFEAC1. Grayscale: #2B2B2B. Windows color (decimal): -11528898 or 4068688. OLE color: 4068688.

HSL color Cylindrical-coordinate representation of color #50153E: hue angle of 318.31º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50153E is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB802162-
CMYK00.740.220.69
HSL318.31º58.42%19.8%-
HSV(B)318.31º73.75%31.37%-
XYZ4.452.594.82-
YUV43.32138.55154.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.08%
GREEN value IS 21 (8.59% from 255) = 12.88%
BLUE value IS 62 (24.61% from 255) = 38.04%
R=49.08%
G=12.88%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80216200.740.220.69318.3158.4219.8
Hex50153E04A164513e3a14
Octal12025760112261054767224
Binary1010000101011111100100101010110100010110011111011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50153E; }

 p { color: rgb(80,21,62); }

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

<style>
 a { background-color: #50153E; }

 a { background-color: rgb(80,21,62); }

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

<style>
 span { border-color: #50153E; }

 span { border-color: rgb(80,21,62); }

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