#520221

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

Shades of Blackberry #520221

Tints of Blackberry #520221

Color information

#520221 (or 0x520221) is unknown color: approx Blackberry. HEX triplet: 52, 02 and 21. RGB value is (82,2,33). Sum of RGB (Red+Green+Blue) = 82+2+33=117 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.09% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 82 - color contains mainly: red. Hex color #520221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520221 is #ADFDDE. Grayscale: #1D1D1D. Windows color (decimal): -11402719 or 2163282. OLE color: 2163282.

HSL color Cylindrical-coordinate representation of color #520221: hue angle of 336.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 #520221 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB82233-
CMYK00.980.600.68
HSL336.75º95.24%16.47%-
HSV(B)336.75º97.56%32.16%-
XYZ3.781.951.62-
YUV29.45130165.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 70.09%
GREEN value IS 2 (1.17% from 255) = 1.71%
BLUE value IS 33 (13.28% from 255) = 28.21%
R=70.09%
G=1.71%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8223300.980.600.68336.7595.2416.47
Hex522210623C441515f10
Octal12224101427410452113720
Binary101001010100001011000101111001000100101010001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520221; }

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

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

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

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

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

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

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

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