#501A37

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

Shades of Blackberry #501A37

Tints of Blackberry #501A37

Color information

#501A37 (or 0x501A37) is unknown color: approx Blackberry. HEX triplet: 50, 1A and 37. RGB value is (80,26,55). Sum of RGB (Red+Green+Blue) = 80+26+55=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #501A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A37 is #AFE5C8. Grayscale: #2D2D2D. Windows color (decimal): -11527625 or 3611216. OLE color: 3611216.

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

Color convert

RGB802655-
CMYK00.670.310.69
HSL327.78º50.94%20.78%-
HSV(B)327.78º67.5%31.37%-
XYZ4.372.723.91-
YUV45.45133.39152.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.69%
GREEN value IS 26 (10.55% from 255) = 16.15%
BLUE value IS 55 (21.88% from 255) = 34.16%
R=49.69%
G=16.15%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80265500.670.310.69327.7850.9420.78
Hex501A370431F451483315
Octal12032670103371055106325
Binary1010000110101101110100001111111100010110100100011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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