#501340

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

Shades of Blackberry #501340

Tints of Blackberry #501340

Color information

#501340 (or 0x501340) is unknown color: approx Blackberry. HEX triplet: 50, 13 and 40. RGB value is (80,19,64). Sum of RGB (Red+Green+Blue) = 80+19+64=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #501340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501340 is #AFECBF. Grayscale: #2A2A2A. Windows color (decimal): -11529408 or 4199248. OLE color: 4199248.

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

Color convert

RGB801964-
CMYK00.760.200.69
HSL315.74º61.62%19.41%-
HSV(B)315.74º76.25%31.37%-
XYZ4.472.545.11-
YUV42.37140.21154.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.08%
GREEN value IS 19 (7.81% from 255) = 11.66%
BLUE value IS 64 (25.39% from 255) = 39.26%
R=49.08%
G=11.66%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80196400.760.200.69315.7461.6219.41
Hex50134004C144513c3e13
Octal120231000114241054747623
Binary10100001001110000000100110010100100010110011110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501340; }

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

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

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

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

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

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

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

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