#520627

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

Shades of Blackberry #520627

Tints of Blackberry #520627

Color information

#520627 (or 0x520627) is unknown color: approx Blackberry. HEX triplet: 52, 06 and 27. RGB value is (82,6,39). Sum of RGB (Red+Green+Blue) = 82+6+39=127 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.57% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 82 - color contains mainly: red. Hex color #520627 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520627 is #ADF9D8. Grayscale: #202020. Windows color (decimal): -11401689 or 2557522. OLE color: 2557522.

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

Color convert

RGB82639-
CMYK00.930.520.68
HSL333.95º86.36%17.25%-
HSV(B)333.95º92.68%32.16%-
XYZ3.912.072.11-
YUV32.49131.68163.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 64.57%
GREEN value IS 6 (2.73% from 255) = 4.72%
BLUE value IS 39 (15.62% from 255) = 30.71%
R=64.57%
G=4.72%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8263900.930.520.68333.9586.3617.25
Hex5262705D344414e5611
Octal12264701356410451612621
Binary1010010110100111010111011101001000100101001110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520627; }

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

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

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

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

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

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

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

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