#500522

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

Shades of Blackberry #500522

Tints of Blackberry #500522

Color information

#500522 (or 0x500522) is unknown color: approx Blackberry. HEX triplet: 50, 05 and 22. RGB value is (80,5,34). Sum of RGB (Red+Green+Blue) = 80+5+34=119 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.23% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 34 (13.67% from 255 or 28.57% from 119); Max value from RGB is 80 - color contains mainly: red. Hex color #500522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500522 is #AFFADD. Grayscale: #1E1E1E. Windows color (decimal): -11533022 or 2229584. OLE color: 2229584.

HSL color Cylindrical-coordinate representation of color #500522: hue angle of 336.8º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500522 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB80534-
CMYK00.940.580.69
HSL336.8º88.24%16.67%-
HSV(B)336.8º93.75%31.37%-
XYZ3.651.931.69-
YUV30.73129.85163.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 67.23%
GREEN value IS 5 (2.34% from 255) = 4.20%
BLUE value IS 34 (13.67% from 255) = 28.57%
R=67.23%
G=4.20%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8053400.940.580.69336.888.2416.67
Hex5052205E3A451515811
Octal12054201367210552113021
Binary1010000101100010010111101110101000101101010001101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500522; }

 p { color: rgb(80,5,34); }

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

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

 a { background-color: rgb(80,5,34); }

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

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

 span { border-color: rgb(80,5,34); }

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