#520829

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

Shades of Blackberry #520829

Tints of Blackberry #520829

Color information

#520829 (or 0x520829) is unknown color: approx Blackberry. HEX triplet: 52, 08 and 29. RGB value is (82,8,41). Sum of RGB (Red+Green+Blue) = 82+8+41=131 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.60% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 82 - color contains mainly: red. Hex color #520829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520829 is #ADF7D6. Grayscale: #212121. Windows color (decimal): -11401175 or 2689106. OLE color: 2689106.

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

Color convert

RGB82841-
CMYK00.900.500.68
HSL333.24º82.22%17.65%-
HSV(B)333.24º90.24%32.16%-
XYZ3.972.132.3-
YUV33.89132.02162.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 62.60%
GREEN value IS 8 (3.52% from 255) = 6.11%
BLUE value IS 41 (16.41% from 255) = 31.30%
R=62.60%
G=6.11%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.50
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8284100.900.500.68333.2482.2217.65
Hex5282905A324414d5212
Octal122105101326210451512222
Binary10100101000101001010110101100101000100101001101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520829; }

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

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

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

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

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

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

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

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