#500631

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

Shades of Blackberry #500631

Tints of Blackberry #500631

Color information

#500631 (or 0x500631) is unknown color: approx Blackberry. HEX triplet: 50, 06 and 31. RGB value is (80,6,49). Sum of RGB (Red+Green+Blue) = 80+6+49=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #500631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500631 is #AFF9CE. Grayscale: #202020. Windows color (decimal): -11532751 or 3212880. OLE color: 3212880.

HSL color Cylindrical-coordinate representation of color #500631: hue angle of 325.14º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500631 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB80649-
CMYK00.920.390.69
HSL325.14º86.05%16.86%-
HSV(B)325.14º92.5%31.37%-
XYZ3.932.063.1-
YUV33.03137.02161.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.26%
GREEN value IS 6 (2.73% from 255) = 4.44%
BLUE value IS 49 (19.53% from 255) = 36.30%
R=59.26%
G=4.44%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8064900.920.390.69325.1486.0516.86
Hex5063105C27451455611
Octal12066101344710550512621
Binary1010000110110001010111001001111000101101000101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500631; }

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

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

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

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

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

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

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

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