#501636

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

Shades of Blackberry #501636

Tints of Blackberry #501636

Color information

#501636 (or 0x501636) is unknown color: approx Blackberry. HEX triplet: 50, 16 and 36. RGB value is (80,22,54). Sum of RGB (Red+Green+Blue) = 80+22+54=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 54 (21.48% from 255 or 34.62% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #501636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501636 is #AFE9C9. Grayscale: #2A2A2A. Windows color (decimal): -11528650 or 3544656. OLE color: 3544656.

HSL color Cylindrical-coordinate representation of color #501636: hue angle of 326.9º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501636 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB802254-
CMYK00.720.330.69
HSL326.9º56.86%20%-
HSV(B)326.9º72.5%31.37%-
XYZ4.262.553.76-
YUV42.99134.22154.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.28%
GREEN value IS 22 (8.98% from 255) = 14.10%
BLUE value IS 54 (21.48% from 255) = 34.62%
R=51.28%
G=14.10%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80225400.720.330.69326.956.8620
Hex50163604821451473914
Octal12026660110411055077124
Binary10100001011011011001001000100001100010110100011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501636; }

 p { color: rgb(80,22,54); }

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

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

 a { background-color: rgb(80,22,54); }

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

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

 span { border-color: rgb(80,22,54); }

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