#500128

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

Shades of Blackberry #500128

Tints of Blackberry #500128

Color information

#500128 (or 0x500128) is unknown color: approx Blackberry. HEX triplet: 50, 01 and 28. RGB value is (80,1,40). Sum of RGB (Red+Green+Blue) = 80+1+40=121 (16% of max value = 765). Red value is 80 (31.64% from 255 or 66.12% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 80 - color contains mainly: red. Hex color #500128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500128 is #AFFED7. Grayscale: #1C1C1C. Windows color (decimal): -11534040 or 2621776. OLE color: 2621776.

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

Color convert

RGB80140-
CMYK00.990.50.69
HSL330.38º97.53%15.88%-
HSV(B)330.38º98.75%31.37%-
XYZ3.71.882.18-
YUV29.07134.17164.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 66.12%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 40 (16.02% from 255) = 33.06%
R=66.12%
G=0.83%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8014000.990.50.69330.3897.5315.88
Hex50128063324514a6210
Octal12015001436210551214220
Binary10100001101000011000111100101000101101001010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500128; }

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

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

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

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

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

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

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

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