#500628

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

Shades of Blackberry #500628

Tints of Blackberry #500628

Color information

#500628 (or 0x500628) is unknown color: approx Blackberry. HEX triplet: 50, 06 and 28. RGB value is (80,6,40). Sum of RGB (Red+Green+Blue) = 80+6+40=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #500628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500628 is #AFF9D7. Grayscale: #1F1F1F. Windows color (decimal): -11532760 or 2623056. OLE color: 2623056.

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

Color convert

RGB80640-
CMYK00.920.50.69
HSL332.43º86.05%16.86%-
HSV(B)332.43º92.5%31.37%-
XYZ3.761.992.19-
YUV32132.52162.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 63.49%
GREEN value IS 6 (2.73% from 255) = 4.76%
BLUE value IS 40 (16.02% from 255) = 31.75%
R=63.49%
G=4.76%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8064000.920.50.69332.4386.0516.86
Hex5062805C324514c5611
Octal12065001346210551412621
Binary1010000110101000010111001100101000101101001100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500628; }

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

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

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

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

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

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

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

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