#520A34

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

Shades of Blackberry #520A34

Tints of Blackberry #520A34

Color information

#520A34 (or 0x520A34) is unknown color: approx Blackberry. HEX triplet: 52, 0A and 34. RGB value is (82,10,52). Sum of RGB (Red+Green+Blue) = 82+10+52=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 10 (4.30% from 255 or 6.94% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #520A34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520A34 is #ADF5CB. Grayscale: #242424. Windows color (decimal): -11400652 or 3410514. OLE color: 3410514.

HSL color Cylindrical-coordinate representation of color #520A34: hue angle of 325º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #520A34 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB821052-
CMYK00.880.370.68
HSL325º78.26%18.04%-
HSV(B)325º87.8%32.16%-
XYZ4.212.263.46-
YUV36.32136.85160.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.94%
GREEN value IS 10 (4.30% from 255) = 6.94%
BLUE value IS 52 (20.70% from 255) = 36.11%
R=56.94%
G=6.94%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82105200.880.370.6832578.2618.04
Hex52A3405825441454e12
Octal122126401304510450511622
Binary10100101010110100010110001001011000100101000101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520A34; }

 p { color: rgb(82,10,52); }

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

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

 a { background-color: rgb(82,10,52); }

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

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

 span { border-color: rgb(82,10,52); }

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