#520228

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

Shades of Blackberry #520228

Tints of Blackberry #520228

Color information

#520228 (or 0x520228) is unknown color: approx Blackberry. HEX triplet: 52, 02 and 28. RGB value is (82,2,40). Sum of RGB (Red+Green+Blue) = 82+2+40=124 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.13% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 82 - color contains mainly: red. Hex color #520228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520228 is #ADFDD7. Grayscale: #1E1E1E. Windows color (decimal): -11402712 or 2622034. OLE color: 2622034.

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

Color convert

RGB82240-
CMYK00.980.510.68
HSL331.5º95.24%16.47%-
HSV(B)331.5º97.56%32.16%-
XYZ3.881.992.19-
YUV30.25133.5164.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 66.13%
GREEN value IS 2 (1.17% from 255) = 1.61%
BLUE value IS 40 (16.02% from 255) = 32.26%
R=66.13%
G=1.61%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8224000.980.510.68331.595.2416.47
Hex52228062334414c5f10
Octal12225001426310451413720
Binary101001010101000011000101100111000100101001100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520228; }

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

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

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

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

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

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

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

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