#501431

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

Shades of Blackberry #501431

Tints of Blackberry #501431

Color information

#501431 (or 0x501431) is unknown color: approx Blackberry. HEX triplet: 50, 14 and 31. RGB value is (80,20,49). Sum of RGB (Red+Green+Blue) = 80+20+49=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #501431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501431 is #AFEBCE. Grayscale: #292929. Windows color (decimal): -11529167 or 3216464. OLE color: 3216464.

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

Color convert

RGB802049-
CMYK00.750.390.69
HSL331º60%19.61%-
HSV(B)331º75%31.37%-
XYZ4.112.433.16-
YUV41.25132.38155.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.69%
GREEN value IS 20 (8.20% from 255) = 13.42%
BLUE value IS 49 (19.53% from 255) = 32.89%
R=53.69%
G=13.42%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80204900.750.390.693316019.61
Hex50143104B274514b3c14
Octal12024610113471055137424
Binary10100001010011000101001011100111100010110100101111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501431; }

 p { color: rgb(80,20,49); }

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

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

 a { background-color: rgb(80,20,49); }

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

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

 span { border-color: rgb(80,20,49); }

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