#591131

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

Shades of Blackberry #591131

Tints of Blackberry #591131

Color information

#591131 (or 0x591131) is unknown color: approx Blackberry. HEX triplet: 59, 11 and 31. RGB value is (89,17,49). Sum of RGB (Red+Green+Blue) = 89+17+49=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #591131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591131 is #A6EECE. Grayscale: #2A2A2A. Windows color (decimal): -10940111 or 3215705. OLE color: 3215705.

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

Color convert

RGB891749-
CMYK00.810.450.65
HSL333.33º67.92%20.78%-
HSV(B)333.33º80.9%34.9%-
XYZ4.872.753.18-
YUV42.18131.85161.4-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.42%
GREEN value IS 17 (7.03% from 255) = 10.97%
BLUE value IS 49 (19.53% from 255) = 31.61%
R=57.42%
G=10.97%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.45
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89174900.810.450.65333.3367.9220.78
Hex5911310512D4114d4415
Octal131216101215510151510425
Binary101100110001110001010100011011011000001101001101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591131; }

 p { color: rgb(89,17,49); }

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

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

 a { background-color: rgb(89,17,49); }

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

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

 span { border-color: rgb(89,17,49); }

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