#520C37

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

Shades of Blackberry #520C37

Tints of Blackberry #520C37

Color information

#520C37 (or 0x520C37) is unknown color: approx Blackberry. HEX triplet: 52, 0C and 37. RGB value is (82,12,55). Sum of RGB (Red+Green+Blue) = 82+12+55=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 55 (21.88% from 255 or 36.91% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #520C37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520C37 is #ADF3C8. Grayscale: #252525. Windows color (decimal): -11400137 or 3607634. OLE color: 3607634.

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

Color convert

RGB821255-
CMYK00.850.330.68
HSL323.14º74.47%18.43%-
HSV(B)323.14º85.37%32.16%-
XYZ4.32.333.84-
YUV37.83137.69159.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.03%
GREEN value IS 12 (5.08% from 255) = 8.05%
BLUE value IS 55 (21.88% from 255) = 36.91%
R=55.03%
G=8.05%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82125500.850.330.68323.1474.4718.43
Hex52C3705521441434a12
Octal122146701254110450311222
Binary10100101100110111010101011000011000100101000011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,12,55); }

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

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

 a { background-color: rgb(82,12,55); }

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

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

 span { border-color: rgb(82,12,55); }

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