#500529

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

Shades of Blackberry #500529

Tints of Blackberry #500529

Color information

#500529 (or 0x500529) is unknown color: approx Blackberry. HEX triplet: 50, 05 and 29. RGB value is (80,5,41). Sum of RGB (Red+Green+Blue) = 80+5+41=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #500529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500529 is #AFFAD6. Grayscale: #1F1F1F. Windows color (decimal): -11533015 or 2688336. OLE color: 2688336.

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

Color convert

RGB80541-
CMYK00.940.490.69
HSL331.2º88.24%16.67%-
HSV(B)331.2º93.75%31.37%-
XYZ3.761.972.28-
YUV31.53133.35162.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 63.49%
GREEN value IS 5 (2.34% from 255) = 3.97%
BLUE value IS 41 (16.41% from 255) = 32.54%
R=63.49%
G=3.97%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8054100.940.490.69331.288.2416.67
Hex5052905E314514b5811
Octal12055101366110551313021
Binary1010000101101001010111101100011000101101001011101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500529; }

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

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

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

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

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

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

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

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