#520027

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

Shades of Blackberry #520027

Tints of Blackberry #520027

Color information

#520027 (or 0x520027) is unknown color: approx Blackberry. HEX triplet: 52, 00 and 27. RGB value is (82,0,39). Sum of RGB (Red+Green+Blue) = 82+0+39=121 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.77% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 82 - color contains mainly: red. Hex color #520027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520027 is #ADFFD8. Grayscale: #1C1C1C. Windows color (decimal): -11403225 or 2555986. OLE color: 2555986.

HSL color Cylindrical-coordinate representation of color #520027: hue angle of 331.46º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520027 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB82039-
CMYK010.520.68
HSL331.46º100%16.08%-
HSV(B)331.46º100%32.16%-
XYZ3.851.942.09-
YUV28.96133.67165.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 67.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 32.23%
R=67.77%
G=0%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82039010.520.68331.4610016.08
Hex52027064344414b6410
Octal12204701446410451314420
Binary10100100100111011001001101001000100101001011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520027; }

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

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

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

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

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

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

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

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