#501739

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

Shades of Blackberry #501739

Tints of Blackberry #501739

Color information

#501739 (or 0x501739) is unknown color: approx Blackberry. HEX triplet: 50, 17 and 39. RGB value is (80,23,57). Sum of RGB (Red+Green+Blue) = 80+23+57=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #501739 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501739 is #AFE8C6. Grayscale: #2B2B2B. Windows color (decimal): -11528391 or 3741520. OLE color: 3741520.

HSL color Cylindrical-coordinate representation of color #501739: hue angle of 324.21º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #501739 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB802357-
CMYK00.710.290.69
HSL324.21º55.34%20.2%-
HSV(B)324.21º71.25%31.37%-
XYZ4.352.614.15-
YUV43.92135.38153.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50%
GREEN value IS 23 (9.38% from 255) = 14.38%
BLUE value IS 57 (22.66% from 255) = 35.62%
R=50%
G=14.38%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80235700.710.290.69324.2155.3420.2
Hex5017390471D451443714
Octal12027710107351055046724
Binary1010000101111110010100011111101100010110100010011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501739; }

 p { color: rgb(80,23,57); }

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

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

 a { background-color: rgb(80,23,57); }

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

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

 span { border-color: rgb(80,23,57); }

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