#501331

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

Shades of Blackberry #501331

Tints of Blackberry #501331

Color information

#501331 (or 0x501331) is unknown color: approx Blackberry. HEX triplet: 50, 13 and 31. RGB value is (80,19,49). Sum of RGB (Red+Green+Blue) = 80+19+49=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #501331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501331 is #AFECCE. Grayscale: #282828. Windows color (decimal): -11529423 or 3216208. OLE color: 3216208.

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

Color convert

RGB801949-
CMYK00.760.390.69
HSL330.49º61.62%19.41%-
HSV(B)330.49º76.25%31.37%-
XYZ4.12.393.15-
YUV40.66132.71156.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.05%
GREEN value IS 19 (7.81% from 255) = 12.84%
BLUE value IS 49 (19.53% from 255) = 33.11%
R=54.05%
G=12.84%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80194900.760.390.69330.4961.6219.41
Hex50133104C274514a3e13
Octal12023610114471055127623
Binary10100001001111000101001100100111100010110100101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501331; }

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

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

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

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

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

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

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

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