#591332

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

Shades of Blackberry #591332

Tints of Blackberry #591332

Color information

#591332 (or 0x591332) is unknown color: approx Blackberry. HEX triplet: 59, 13 and 32. RGB value is (89,19,50). Sum of RGB (Red+Green+Blue) = 89+19+50=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #591332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591332 is #A6ECCD. Grayscale: #2B2B2B. Windows color (decimal): -10939598 or 3281753. OLE color: 3281753.

HSL color Cylindrical-coordinate representation of color #591332: hue angle of 333.43º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #591332 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB891950-
CMYK00.790.440.65
HSL333.43º64.81%21.18%-
HSV(B)333.43º78.65%34.9%-
XYZ4.932.823.3-
YUV43.46131.69160.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.33%
GREEN value IS 19 (7.81% from 255) = 12.03%
BLUE value IS 50 (19.92% from 255) = 31.65%
R=56.33%
G=12.03%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89195000.790.440.65333.4364.8121.18
Hex59133204F2C4114d4115
Octal131236201175410151510125
Binary101100110011110010010011111011001000001101001101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591332; }

 p { color: rgb(89,19,50); }

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

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

 a { background-color: rgb(89,19,50); }

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

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

 span { border-color: rgb(89,19,50); }

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