#520226

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

Shades of Blackberry #520226

Tints of Blackberry #520226

Color information

#520226 (or 0x520226) is unknown color: approx Blackberry. HEX triplet: 52, 02 and 26. RGB value is (82,2,38). Sum of RGB (Red+Green+Blue) = 82+2+38=122 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.21% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 82 - color contains mainly: red. Hex color #520226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520226 is #ADFDD9. Grayscale: #1D1D1D. Windows color (decimal): -11402714 or 2490962. OLE color: 2490962.

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

Color convert

RGB82238-
CMYK00.980.540.68
HSL333º95.24%16.47%-
HSV(B)333º97.56%32.16%-
XYZ3.851.982.01-
YUV30.02132.5165.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 67.21%
GREEN value IS 2 (1.17% from 255) = 1.64%
BLUE value IS 38 (15.23% from 255) = 31.15%
R=67.21%
G=1.64%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8223800.980.540.6833395.2416.47
Hex52226062364414d5f10
Octal12224601426610451513720
Binary101001010100110011000101101101000100101001101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520226; }

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

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

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

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

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

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

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

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