#501539

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

Shades of Blackberry #501539

Tints of Blackberry #501539

Color information

#501539 (or 0x501539) is unknown color: approx Blackberry. HEX triplet: 50, 15 and 39. RGB value is (80,21,57). Sum of RGB (Red+Green+Blue) = 80+21+57=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 57 (22.66% from 255 or 36.08% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #501539 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501539 is #AFEAC6. Grayscale: #2A2A2A. Windows color (decimal): -11528903 or 3741008. OLE color: 3741008.

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

Color convert

RGB802157-
CMYK00.740.290.69
HSL323.39º58.42%19.8%-
HSV(B)323.39º73.75%31.37%-
XYZ4.312.544.13-
YUV42.74136.05154.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.63%
GREEN value IS 21 (8.59% from 255) = 13.29%
BLUE value IS 57 (22.66% from 255) = 36.08%
R=50.63%
G=13.29%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80215700.740.290.69323.3958.4219.8
Hex50153904A1D451433a14
Octal12025710112351055037224
Binary1010000101011110010100101011101100010110100001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501539; }

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

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

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

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

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

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

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

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