#520830

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

Shades of Blackberry #520830

Tints of Blackberry #520830

Color information

#520830 (or 0x520830) is unknown color: approx Blackberry. HEX triplet: 52, 08 and 30. RGB value is (82,8,48). Sum of RGB (Red+Green+Blue) = 82+8+48=138 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.42% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 82 - color contains mainly: red. Hex color #520830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520830 is #ADF7CF. Grayscale: #222222. Windows color (decimal): -11401168 or 3147858. OLE color: 3147858.

HSL color Cylindrical-coordinate representation of color #520830: hue angle of 327.57º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520830 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB82848-
CMYK00.900.410.68
HSL327.57º82.22%17.65%-
HSV(B)327.57º90.24%32.16%-
XYZ4.12.183-
YUV34.69135.52161.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 59.42%
GREEN value IS 8 (3.52% from 255) = 5.80%
BLUE value IS 48 (19.14% from 255) = 34.78%
R=59.42%
G=5.80%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8284800.900.410.68327.5782.2217.65
Hex5283005A29441485212
Octal122106001325110451012222
Binary10100101000110000010110101010011000100101001000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520830; }

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

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

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

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

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

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

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

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