#50152D

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

Shades of Blackberry #50152D

Tints of Blackberry #50152D

Color information

#50152D (or 0x50152D) is unknown color: approx Blackberry. HEX triplet: 50, 15 and 2D. RGB value is (80,21,45). Sum of RGB (Red+Green+Blue) = 80+21+45=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #50152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50152D is #AFEAD2. Grayscale: #292929. Windows color (decimal): -11528915 or 2954576. OLE color: 2954576.

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

Color convert

RGB802145-
CMYK00.740.440.69
HSL335.59º58.42%19.8%-
HSV(B)335.59º73.75%31.37%-
XYZ4.052.432.74-
YUV41.38130.05155.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.79%
GREEN value IS 21 (8.59% from 255) = 14.38%
BLUE value IS 45 (17.97% from 255) = 30.82%
R=54.79%
G=14.38%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80214500.740.440.69335.5958.4219.8
Hex50152D04A2C451503a14
Octal12025550112541055207224
Binary10100001010110110101001010101100100010110101000011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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