#521632

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

Shades of Blackberry #521632

Tints of Blackberry #521632

Color information

#521632 (or 0x521632) is unknown color: approx Blackberry. HEX triplet: 52, 16 and 32. RGB value is (82,22,50). Sum of RGB (Red+Green+Blue) = 82+22+50=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 50 (19.92% from 255 or 32.47% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #521632 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521632 is #ADE9CD. Grayscale: #2B2B2B. Windows color (decimal): -11397582 or 3282514. OLE color: 3282514.

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

Color convert

RGB822250-
CMYK00.730.390.68
HSL332º57.69%20.39%-
HSV(B)332º73.17%32.16%-
XYZ4.342.63.29-
YUV43.13131.88155.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.25%
GREEN value IS 22 (8.98% from 255) = 14.29%
BLUE value IS 50 (19.92% from 255) = 32.47%
R=53.25%
G=14.29%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82225000.730.390.6833257.6920.39
Hex521632049274414c3a14
Octal12226620111471045147224
Binary10100101011011001001001001100111100010010100110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521632; }

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

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

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

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

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

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

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

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