#520425

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

Shades of Blackberry #520425

Tints of Blackberry #520425

Color information

#520425 (or 0x520425) is unknown color: approx Blackberry. HEX triplet: 52, 04 and 25. RGB value is (82,4,37). Sum of RGB (Red+Green+Blue) = 82+4+37=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #520425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520425 is #ADFBDA. Grayscale: #1F1F1F. Windows color (decimal): -11402203 or 2425938. OLE color: 2425938.

HSL color Cylindrical-coordinate representation of color #520425: hue angle of 334.62º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520425 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.68.

Color convert

RGB82437-
CMYK00.950.550.68
HSL334.62º90.7%16.86%-
HSV(B)334.62º95.12%32.16%-
XYZ3.862.011.94-
YUV31.08131.34164.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 66.67%
GREEN value IS 4 (1.95% from 255) = 3.25%
BLUE value IS 37 (14.84% from 255) = 30.08%
R=66.67%
G=3.25%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.55
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8243700.950.550.68334.6290.716.86
Hex5242505F374414f5b11
Octal12244501376710451713321
Binary1010010100100101010111111101111000100101001111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520425; }

 p { color: rgb(82,4,37); }

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

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

 a { background-color: rgb(82,4,37); }

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

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

 span { border-color: rgb(82,4,37); }

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