#591330

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

Shades of Blackberry #591330

Tints of Blackberry #591330

Color information

#591330 (or 0x591330) is unknown color: approx Blackberry. HEX triplet: 59, 13 and 30. RGB value is (89,19,48). Sum of RGB (Red+Green+Blue) = 89+19+48=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #591330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591330 is #A6ECCF. Grayscale: #2B2B2B. Windows color (decimal): -10939600 or 3150681. OLE color: 3150681.

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

Color convert

RGB891948-
CMYK00.790.460.65
HSL335.14º64.81%21.18%-
HSV(B)335.14º78.65%34.9%-
XYZ4.892.83.08-
YUV43.24130.69160.64-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.05%
GREEN value IS 19 (7.81% from 255) = 12.18%
BLUE value IS 48 (19.14% from 255) = 30.77%
R=57.05%
G=12.18%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89194800.790.460.65335.1464.8121.18
Hex59133004F2E4114f4115
Octal131236001175610151710125
Binary101100110011110000010011111011101000001101001111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591330; }

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

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

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

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

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

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

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

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