#501A40

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

Shades of Blackberry #501A40

Tints of Blackberry #501A40

Color information

#501A40 (or 0x501A40) is unknown color: approx Blackberry. HEX triplet: 50, 1A and 40. RGB value is (80,26,64). Sum of RGB (Red+Green+Blue) = 80+26+64=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #501A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A40 is #AFE5BF. Grayscale: #2E2E2E. Windows color (decimal): -11527616 or 4201040. OLE color: 4201040.

HSL color Cylindrical-coordinate representation of color #501A40: hue angle of 317.78º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #501A40 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB802664-
CMYK00.670.200.69
HSL317.78º50.94%20.78%-
HSV(B)317.78º67.5%31.37%-
XYZ4.62.815.15-
YUV46.48137.89151.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.06%
GREEN value IS 26 (10.55% from 255) = 15.29%
BLUE value IS 64 (25.39% from 255) = 37.65%
R=47.06%
G=15.29%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80266400.670.200.69317.7850.9420.78
Hex501A40043144513e3315
Octal120321000103241054766325
Binary10100001101010000000100001110100100010110011111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501A40; }

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

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

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

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

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

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

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

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