#500531

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

Shades of Blackberry #500531

Tints of Blackberry #500531

Color information

#500531 (or 0x500531) is unknown color: approx Blackberry. HEX triplet: 50, 05 and 31. RGB value is (80,5,49). Sum of RGB (Red+Green+Blue) = 80+5+49=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #500531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500531 is #AFFACE. Grayscale: #202020. Windows color (decimal): -11533007 or 3212624. OLE color: 3212624.

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

Color convert

RGB80549-
CMYK00.940.390.69
HSL324.8º88.24%16.67%-
HSV(B)324.8º93.75%31.37%-
XYZ3.922.043.09-
YUV32.44137.35161.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.70%
GREEN value IS 5 (2.34% from 255) = 3.73%
BLUE value IS 49 (19.53% from 255) = 36.57%
R=59.70%
G=3.73%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8054900.940.390.69324.888.2416.67
Hex5053105E27451455811
Octal12056101364710550513021
Binary1010000101110001010111101001111000101101000101101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500531; }

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

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

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

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

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

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

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

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