#520932

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

Shades of Blackberry #520932

Tints of Blackberry #520932

Color information

#520932 (or 0x520932) is unknown color: approx Blackberry. HEX triplet: 52, 09 and 32. RGB value is (82,9,50). Sum of RGB (Red+Green+Blue) = 82+9+50=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #520932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520932 is #ADF6CD. Grayscale: #232323. Windows color (decimal): -11400910 or 3279186. OLE color: 3279186.

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

Color convert

RGB82950-
CMYK00.890.390.68
HSL326.3º80.22%17.84%-
HSV(B)326.3º89.02%32.16%-
XYZ4.152.223.23-
YUV35.5136.18161.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.16%
GREEN value IS 9 (3.91% from 255) = 6.38%
BLUE value IS 50 (19.92% from 255) = 35.46%
R=58.16%
G=6.38%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8295000.890.390.68326.380.2217.84
Hex5293205927441465012
Octal122116201314710450612022
Binary10100101001110010010110011001111000100101000110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520932; }

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

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

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

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

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

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

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

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