#500834

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

Shades of Blackberry #500834

Tints of Blackberry #500834

Color information

#500834 (or 0x500834) is unknown color: approx Blackberry. HEX triplet: 50, 08 and 34. RGB value is (80,8,52). Sum of RGB (Red+Green+Blue) = 80+8+52=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #500834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500834 is #AFF7CB. Grayscale: #222222. Windows color (decimal): -11532236 or 3410000. OLE color: 3410000.

HSL color Cylindrical-coordinate representation of color #500834: hue angle of 323.33º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #500834 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB80852-
CMYK00.900.350.69
HSL323.33º81.82%17.25%-
HSV(B)323.33º90%31.37%-
XYZ4.012.133.45-
YUV34.54137.85160.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.14%
GREEN value IS 8 (3.52% from 255) = 5.71%
BLUE value IS 52 (20.70% from 255) = 37.14%
R=57.14%
G=5.71%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8085200.900.350.69323.3381.8217.25
Hex5083405A23451435211
Octal120106401324310550312221
Binary10100001000110100010110101000111000101101000011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500834; }

 p { color: rgb(80,8,52); }

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

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

 a { background-color: rgb(80,8,52); }

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

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

 span { border-color: rgb(80,8,52); }

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