#50152C

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

Shades of Blackberry #50152C

Tints of Blackberry #50152C

Color information

#50152C (or 0x50152C) is unknown color: approx Blackberry. HEX triplet: 50, 15 and 2C. RGB value is (80,21,44). Sum of RGB (Red+Green+Blue) = 80+21+44=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #50152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50152C is #AFEAD3. Grayscale: #292929. Windows color (decimal): -11528916 or 2889040. OLE color: 2889040.

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

Color convert

RGB802144-
CMYK00.740.450.69
HSL336.61º58.42%19.8%-
HSV(B)336.61º73.75%31.37%-
XYZ4.032.422.64-
YUV41.26129.55155.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.17%
GREEN value IS 21 (8.59% from 255) = 14.48%
BLUE value IS 44 (17.58% from 255) = 30.34%
R=55.17%
G=14.48%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80214400.740.450.69336.6158.4219.8
Hex50152C04A2D451513a14
Octal12025540112551055217224
Binary10100001010110110001001010101101100010110101000111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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