#520630

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

Shades of Blackberry #520630

Tints of Blackberry #520630

Color information

#520630 (or 0x520630) is unknown color: approx Blackberry. HEX triplet: 52, 06 and 30. RGB value is (82,6,48). Sum of RGB (Red+Green+Blue) = 82+6+48=136 (18% of max value = 765). Red value is 82 (32.42% from 255 or 60.29% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 82 - color contains mainly: red. Hex color #520630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520630 is #ADF9CF. Grayscale: #212121. Windows color (decimal): -11401680 or 3147346. OLE color: 3147346.

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

Color convert

RGB82648-
CMYK00.930.410.68
HSL326.84º86.36%17.25%-
HSV(B)326.84º92.68%32.16%-
XYZ4.082.142.99-
YUV33.51136.18162.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 60.29%
GREEN value IS 6 (2.73% from 255) = 4.41%
BLUE value IS 48 (19.14% from 255) = 35.29%
R=60.29%
G=4.41%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8264800.930.410.68326.8486.3617.25
Hex5263005D29441475611
Octal12266001355110450712621
Binary1010010110110000010111011010011000100101000111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520630; }

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

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

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

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

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

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

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

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