#520927

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

Shades of Blackberry #520927

Tints of Blackberry #520927

Color information

#520927 (or 0x520927) is unknown color: approx Blackberry. HEX triplet: 52, 09 and 27. RGB value is (82,9,39). Sum of RGB (Red+Green+Blue) = 82+9+39=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #520927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520927 is #ADF6D8. Grayscale: #222222. Windows color (decimal): -11400921 or 2558290. OLE color: 2558290.

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

Color convert

RGB82939-
CMYK00.890.520.68
HSL335.34º80.22%17.84%-
HSV(B)335.34º89.02%32.16%-
XYZ3.942.142.12-
YUV34.25130.68162.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 63.08%
GREEN value IS 9 (3.91% from 255) = 6.92%
BLUE value IS 39 (15.62% from 255) = 30%
R=63.08%
G=6.92%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8293900.890.520.68335.3480.2217.84
Hex52927059344414f5012
Octal122114701316410451712022
Binary10100101001100111010110011101001000100101001111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520927; }

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

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

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

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

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

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

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

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