#520128

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

Shades of Blackberry #520128

Tints of Blackberry #520128

Color information

#520128 (or 0x520128) is unknown color: approx Blackberry. HEX triplet: 52, 01 and 28. RGB value is (82,1,40). Sum of RGB (Red+Green+Blue) = 82+1+40=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #520128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520128 is #ADFED7. Grayscale: #1D1D1D. Windows color (decimal): -11402968 or 2621778. OLE color: 2621778.

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

Color convert

RGB82140-
CMYK00.990.510.68
HSL331.11º97.59%16.27%-
HSV(B)331.11º98.78%32.16%-
XYZ3.871.972.18-
YUV29.66133.84165.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 66.67%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 40 (16.02% from 255) = 32.52%
R=66.67%
G=0.81%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8214000.990.510.68331.1197.5916.27
Hex52128063334414b6210
Octal12215001436310451314220
Binary10100101101000011000111100111000100101001011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520128; }

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

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

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

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

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

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

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

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