#520628

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

Shades of Blackberry #520628

Tints of Blackberry #520628

Color information

#520628 (or 0x520628) is unknown color: approx Blackberry. HEX triplet: 52, 06 and 28. RGB value is (82,6,40). Sum of RGB (Red+Green+Blue) = 82+6+40=128 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.06% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 82 - color contains mainly: red. Hex color #520628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520628 is #ADF9D7. Grayscale: #202020. Windows color (decimal): -11401688 or 2623058. OLE color: 2623058.

HSL color Cylindrical-coordinate representation of color #520628: hue angle of 333.16º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520628 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB82640-
CMYK00.930.510.68
HSL333.16º86.36%17.25%-
HSV(B)333.16º92.68%32.16%-
XYZ3.932.082.2-
YUV32.6132.18163.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 64.06%
GREEN value IS 6 (2.73% from 255) = 4.69%
BLUE value IS 40 (16.02% from 255) = 31.25%
R=64.06%
G=4.69%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8264000.930.510.68333.1686.3617.25
Hex5262805D334414d5611
Octal12265001356310451512621
Binary1010010110101000010111011100111000100101001101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520628; }

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

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

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

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

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

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

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

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