#520929

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

Shades of Blackberry #520929

Tints of Blackberry #520929

Color information

#520929 (or 0x520929) is unknown color: approx Blackberry. HEX triplet: 52, 09 and 29. RGB value is (82,9,41). Sum of RGB (Red+Green+Blue) = 82+9+41=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #520929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520929 is #ADF6D6. Grayscale: #222222. Windows color (decimal): -11400919 or 2689362. OLE color: 2689362.

HSL color Cylindrical-coordinate representation of color #520929: hue angle of 333.7º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520929 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB82941-
CMYK00.890.500.68
HSL333.7º80.22%17.84%-
HSV(B)333.7º89.02%32.16%-
XYZ3.982.152.3-
YUV34.48131.68161.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 62.12%
GREEN value IS 9 (3.91% from 255) = 6.82%
BLUE value IS 41 (16.41% from 255) = 31.06%
R=62.12%
G=6.82%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.50
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8294100.890.500.68333.780.2217.84
Hex52929059324414e5012
Octal122115101316210451612022
Binary10100101001101001010110011100101000100101001110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520929; }

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

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

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

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

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

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

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

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