#520225

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

Shades of Blackberry #520225

Tints of Blackberry #520225

Color information

#520225 (or 0x520225) is unknown color: approx Blackberry. HEX triplet: 52, 02 and 25. RGB value is (82,2,37). Sum of RGB (Red+Green+Blue) = 82+2+37=121 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.77% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 82 - color contains mainly: red. Hex color #520225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520225 is #ADFDDA. Grayscale: #1D1D1D. Windows color (decimal): -11402715 or 2425426. OLE color: 2425426.

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

Color convert

RGB82237-
CMYK00.980.550.68
HSL333.75º95.24%16.47%-
HSV(B)333.75º97.56%32.16%-
XYZ3.841.971.93-
YUV29.91132165.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 67.77%
GREEN value IS 2 (1.17% from 255) = 1.65%
BLUE value IS 37 (14.84% from 255) = 30.58%
R=67.77%
G=1.65%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8223700.980.550.68333.7595.2416.47
Hex52225062374414e5f10
Octal12224501426710451613720
Binary101001010100101011000101101111000100101001110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520225; }

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

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

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

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

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

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

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

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