#521640

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

Shades of Blackberry #521640

Tints of Blackberry #521640

Color information

#521640 (or 0x521640) is unknown color: approx Blackberry. HEX triplet: 52, 16 and 40. RGB value is (82,22,64). Sum of RGB (Red+Green+Blue) = 82+22+64=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #521640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521640 is #ADE9BF. Grayscale: #2C2C2C. Windows color (decimal): -11397568 or 4200018. OLE color: 4200018.

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

Color convert

RGB822264-
CMYK00.730.220.68
HSL318º57.69%20.39%-
HSV(B)318º73.17%32.16%-
XYZ4.692.745.13-
YUV44.73138.88154.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.81%
GREEN value IS 22 (8.98% from 255) = 13.10%
BLUE value IS 64 (25.39% from 255) = 38.10%
R=48.81%
G=13.10%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82226400.730.220.6831857.6920.39
Hex521640049164413e3a14
Octal122261000111261044767224
Binary10100101011010000000100100110110100010010011111011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521640; }

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

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

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

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

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

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

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

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