#591535

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

Shades of Blackberry #591535

Tints of Blackberry #591535

Color information

#591535 (or 0x591535) is unknown color: approx Blackberry. HEX triplet: 59, 15 and 35. RGB value is (89,21,53). Sum of RGB (Red+Green+Blue) = 89+21+53=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #591535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591535 is #A6EACA. Grayscale: #2C2C2C. Windows color (decimal): -10939083 or 3478873. OLE color: 3478873.

HSL color Cylindrical-coordinate representation of color #591535: hue angle of 331.76º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #591535 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB892153-
CMYK00.760.400.65
HSL331.76º61.82%21.57%-
HSV(B)331.76º76.4%34.9%-
XYZ5.032.923.67-
YUV44.98132.53159.4-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.60%
GREEN value IS 21 (8.59% from 255) = 12.88%
BLUE value IS 53 (21.09% from 255) = 32.52%
R=54.60%
G=12.88%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89215300.760.400.65331.7661.8221.57
Hex59153504C284114c3e16
Octal13125650114501015147626
Binary10110011010111010101001100101000100000110100110011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591535; }

 p { color: rgb(89,21,53); }

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

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

 a { background-color: rgb(89,21,53); }

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

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

 span { border-color: rgb(89,21,53); }

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