#520625

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

Shades of Blackberry #520625

Tints of Blackberry #520625

Color information

#520625 (or 0x520625) is unknown color: approx Blackberry. HEX triplet: 52, 06 and 25. RGB value is (82,6,37). Sum of RGB (Red+Green+Blue) = 82+6+37=125 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.6% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 82 - color contains mainly: red. Hex color #520625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520625 is #ADF9DA. Grayscale: #202020. Windows color (decimal): -11401691 or 2426450. OLE color: 2426450.

HSL color Cylindrical-coordinate representation of color #520625: hue angle of 335.53º 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 #520625 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.68.

Color convert

RGB82637-
CMYK00.930.550.68
HSL335.53º86.36%17.25%-
HSV(B)335.53º92.68%32.16%-
XYZ3.882.061.94-
YUV32.26130.68163.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 65.6%
GREEN value IS 6 (2.73% from 255) = 4.8%
BLUE value IS 37 (14.84% from 255) = 29.6%
R=65.6%
G=4.8%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.55
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8263700.930.550.68335.5386.3617.25
Hex5262505D37441505611
Octal12264501356710452012621
Binary1010010110100101010111011101111000100101010000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520625; }

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

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

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

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

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

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

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

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