#591333

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

Shades of Blackberry #591333

Tints of Blackberry #591333

Color information

#591333 (or 0x591333) is unknown color: approx Blackberry. HEX triplet: 59, 13 and 33. RGB value is (89,19,51). Sum of RGB (Red+Green+Blue) = 89+19+51=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #591333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591333 is #A6ECCC. Grayscale: #2B2B2B. Windows color (decimal): -10939597 or 3347289. OLE color: 3347289.

HSL color Cylindrical-coordinate representation of color #591333: hue angle of 332.57º 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 #591333 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB891951-
CMYK00.790.430.65
HSL332.57º64.81%21.18%-
HSV(B)332.57º78.65%34.9%-
XYZ4.952.833.42-
YUV43.58132.19160.4-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.97%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 51 (20.31% from 255) = 32.08%
R=55.97%
G=11.95%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89195100.790.430.65332.5764.8121.18
Hex59133304F2B4114d4115
Octal131236301175310151510125
Binary101100110011110011010011111010111000001101001101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591333; }

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

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

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

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

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

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

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

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