#500225

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

Shades of Blackberry #500225

Tints of Blackberry #500225

Color information

#500225 (or 0x500225) is unknown color: approx Blackberry. HEX triplet: 50, 02 and 25. RGB value is (80,2,37). Sum of RGB (Red+Green+Blue) = 80+2+37=119 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.23% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 80 - color contains mainly: red. Hex color #500225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500225 is #AFFDDA. Grayscale: #1D1D1D. Windows color (decimal): -11533787 or 2425424. OLE color: 2425424.

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

Color convert

RGB80237-
CMYK00.980.540.69
HSL333.08º95.12%16.08%-
HSV(B)333.08º97.5%31.37%-
XYZ3.661.881.92-
YUV29.31132.34164.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 67.23%
GREEN value IS 2 (1.17% from 255) = 1.68%
BLUE value IS 37 (14.84% from 255) = 31.09%
R=67.23%
G=1.68%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8023700.980.540.69333.0895.1216.08
Hex50225062364514d5f10
Octal12024501426610551513720
Binary101000010100101011000101101101000101101001101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500225; }

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

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

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

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

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

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

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

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