#500525

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

Shades of Blackberry #500525

Tints of Blackberry #500525

Color information

#500525 (or 0x500525) is unknown color: approx Blackberry. HEX triplet: 50, 05 and 25. RGB value is (80,5,37). Sum of RGB (Red+Green+Blue) = 80+5+37=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #500525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500525 is #AFFADA. Grayscale: #1F1F1F. Windows color (decimal): -11533019 or 2426192. OLE color: 2426192.

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

Color convert

RGB80537-
CMYK00.940.540.69
HSL334.4º88.24%16.67%-
HSV(B)334.4º93.75%31.37%-
XYZ3.71.951.93-
YUV31.07131.35162.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 65.57%
GREEN value IS 5 (2.34% from 255) = 4.10%
BLUE value IS 37 (14.84% from 255) = 30.33%
R=65.57%
G=4.10%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8053700.940.540.69334.488.2416.67
Hex5052505E364514e5811
Octal12054501366610551613021
Binary1010000101100101010111101101101000101101001110101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500525; }

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

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

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

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

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

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

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

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