#501540

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

Shades of Blackberry #501540

Tints of Blackberry #501540

Color information

#501540 (or 0x501540) is unknown color: approx Blackberry. HEX triplet: 50, 15 and 40. RGB value is (80,21,64). Sum of RGB (Red+Green+Blue) = 80+21+64=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #501540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501540 is #AFEABF. Grayscale: #2B2B2B. Windows color (decimal): -11528896 or 4199760. OLE color: 4199760.

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

Color convert

RGB802164-
CMYK00.740.200.69
HSL316.27º58.42%19.8%-
HSV(B)316.27º73.75%31.37%-
XYZ4.52.615.12-
YUV43.54139.55154-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.48%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 64 (25.39% from 255) = 38.79%
R=48.48%
G=12.73%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80216400.740.200.69316.2758.4219.8
Hex50154004A144513c3a14
Octal120251000112241054747224
Binary10100001010110000000100101010100100010110011110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501540; }

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

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

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

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

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

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

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

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