#521440

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

Shades of Blackberry #521440

Tints of Blackberry #521440

Color information

#521440 (or 0x521440) is unknown color: approx Blackberry. HEX triplet: 52, 14 and 40. RGB value is (82,20,64). Sum of RGB (Red+Green+Blue) = 82+20+64=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #521440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521440 is #ADEBBF. Grayscale: #2B2B2B. Windows color (decimal): -11398080 or 4199506. OLE color: 4199506.

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

Color convert

RGB822064-
CMYK00.760.220.68
HSL317.42º60.78%20%-
HSV(B)317.42º75.61%32.16%-
XYZ4.662.665.12-
YUV43.55139.54155.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.40%
GREEN value IS 20 (8.20% from 255) = 12.05%
BLUE value IS 64 (25.39% from 255) = 38.55%
R=49.40%
G=12.05%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82206400.760.220.68317.4260.7820
Hex52144004C164413d3d14
Octal122241000114261044757524
Binary10100101010010000000100110010110100010010011110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521440; }

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

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

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

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

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

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

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

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