#500220

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

Shades of Blackberry #500220

Tints of Blackberry #500220

Color information

#500220 (or 0x500220) is unknown color: approx Blackberry. HEX triplet: 50, 02 and 20. RGB value is (80,2,32). Sum of RGB (Red+Green+Blue) = 80+2+32=114 (15% of max value = 765). Red value is 80 (31.64% from 255 or 70.18% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 80 - color contains mainly: red. Hex color #500220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500220 is #AFFDDF. Grayscale: #1C1C1C. Windows color (decimal): -11533792 or 2097744. OLE color: 2097744.

HSL color Cylindrical-coordinate representation of color #500220: hue angle of 336.92º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500220 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB80232-
CMYK00.980.600.69
HSL336.92º95.12%16.08%-
HSV(B)336.92º97.5%31.37%-
XYZ3.591.851.53-
YUV28.74129.84164.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 70.18%
GREEN value IS 2 (1.17% from 255) = 1.75%
BLUE value IS 32 (12.89% from 255) = 28.07%
R=70.18%
G=1.75%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8023200.980.600.69336.9295.1216.08
Hex502200623C451515f10
Octal12024001427410552113720
Binary101000010100000011000101111001000101101010001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500220; }

 p { color: rgb(80,2,32); }

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

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

 a { background-color: rgb(80,2,32); }

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

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

 span { border-color: rgb(80,2,32); }

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