#501537

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

Shades of Blackberry #501537

Tints of Blackberry #501537

Color information

#501537 (or 0x501537) is unknown color: approx Blackberry. HEX triplet: 50, 15 and 37. RGB value is (80,21,55). Sum of RGB (Red+Green+Blue) = 80+21+55=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 55 (21.88% from 255 or 35.26% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #501537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501537 is #AFEAC8. Grayscale: #2A2A2A. Windows color (decimal): -11528905 or 3609936. OLE color: 3609936.

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

Color convert

RGB802155-
CMYK00.740.310.69
HSL325.42º58.42%19.8%-
HSV(B)325.42º73.75%31.37%-
XYZ4.272.523.88-
YUV42.52135.05154.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.28%
GREEN value IS 21 (8.59% from 255) = 13.46%
BLUE value IS 55 (21.88% from 255) = 35.26%
R=51.28%
G=13.46%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80215500.740.310.69325.4258.4219.8
Hex50153704A1F451453a14
Octal12025670112371055057224
Binary1010000101011101110100101011111100010110100010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501537; }

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

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

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

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

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

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

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

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