#521639

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

Shades of Blackberry #521639

Tints of Blackberry #521639

Color information

#521639 (or 0x521639) is unknown color: approx Blackberry. HEX triplet: 52, 16 and 39. RGB value is (82,22,57). Sum of RGB (Red+Green+Blue) = 82+22+57=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #521639 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521639 is #ADE9C6. Grayscale: #2B2B2B. Windows color (decimal): -11397575 or 3741266. OLE color: 3741266.

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

Color convert

RGB822257-
CMYK00.730.300.68
HSL325º57.69%20.39%-
HSV(B)325º73.17%32.16%-
XYZ4.512.664.15-
YUV43.93135.38155.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.93%
GREEN value IS 22 (8.98% from 255) = 13.66%
BLUE value IS 57 (22.66% from 255) = 35.40%
R=50.93%
G=13.66%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82225700.730.300.6832557.6920.39
Hex5216390491E441453a14
Octal12226710111361045057224
Binary1010010101101110010100100111110100010010100010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521639; }

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

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

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

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

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

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

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

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