#521240

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

Shades of Blackberry #521240

Tints of Blackberry #521240

Color information

#521240 (or 0x521240) is unknown color: approx Blackberry. HEX triplet: 52, 12 and 40. RGB value is (82,18,64). Sum of RGB (Red+Green+Blue) = 82+18+64=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #521240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521240 is #ADEDBF. Grayscale: #2A2A2A. Windows color (decimal): -11398592 or 4198994. OLE color: 4198994.

HSL color Cylindrical-coordinate representation of color #521240: hue angle of 316.88º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521240 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB821864-
CMYK00.780.220.68
HSL316.88º64%19.61%-
HSV(B)316.88º78.05%32.16%-
XYZ4.622.65.11-
YUV42.38140.2156.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 10.98%
BLUE value IS 64 (25.39% from 255) = 39.02%
R=50%
G=10.98%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82186400.780.220.68316.886419.61
Hex52124004E164413d4014
Octal1222210001162610447510024
Binary101001010010100000001001110101101000100100111101100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521240; }

 p { color: rgb(82,18,64); }

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

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

 a { background-color: rgb(82,18,64); }

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

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

 span { border-color: rgb(82,18,64); }

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