#591233

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

Shades of Blackberry #591233

Tints of Blackberry #591233

Color information

#591233 (or 0x591233) is unknown color: approx Blackberry. HEX triplet: 59, 12 and 33. RGB value is (89,18,51). Sum of RGB (Red+Green+Blue) = 89+18+51=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #591233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591233 is #A6EDCC. Grayscale: #2A2A2A. Windows color (decimal): -10939853 or 3347033. OLE color: 3347033.

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

Color convert

RGB891851-
CMYK00.800.430.65
HSL332.11º66.36%20.98%-
HSV(B)332.11º79.78%34.9%-
XYZ4.932.83.41-
YUV42.99132.52160.82-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.33%
GREEN value IS 18 (7.42% from 255) = 11.39%
BLUE value IS 51 (20.31% from 255) = 32.28%
R=56.33%
G=11.39%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89185100.800.430.65332.1166.3620.98
Hex5912330502B4114c4215
Octal131226301205310151410225
Binary101100110010110011010100001010111000001101001100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591233; }

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

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

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

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

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

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

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

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