#500528

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

Shades of Blackberry #500528

Tints of Blackberry #500528

Color information

#500528 (or 0x500528) is unknown color: approx Blackberry. HEX triplet: 50, 05 and 28. RGB value is (80,5,40). Sum of RGB (Red+Green+Blue) = 80+5+40=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #500528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500528 is #AFFAD7. Grayscale: #1F1F1F. Windows color (decimal): -11533016 or 2622800. OLE color: 2622800.

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

Color convert

RGB80540-
CMYK00.940.50.69
HSL332º88.24%16.67%-
HSV(B)332º93.75%31.37%-
XYZ3.751.972.19-
YUV31.42132.85162.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 64%
GREEN value IS 5 (2.34% from 255) = 4%
BLUE value IS 40 (16.02% from 255) = 32%
R=64%
G=4%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8054000.940.50.6933288.2416.67
Hex5052805E324514c5811
Octal12055001366210551413021
Binary1010000101101000010111101100101000101101001100101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500528; }

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

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

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

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

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

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

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

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