#59112E

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

Shades of Blackberry #59112E

Tints of Blackberry #59112E

Color information

#59112E (or 0x59112E) is unknown color: approx Blackberry. HEX triplet: 59, 11 and 2E. RGB value is (89,17,46). Sum of RGB (Red+Green+Blue) = 89+17+46=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #59112E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59112E is #A6EED1. Grayscale: #292929. Windows color (decimal): -10940114 or 3019097. OLE color: 3019097.

HSL color Cylindrical-coordinate representation of color #59112E: hue angle of 335.83º 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 #59112E is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB891746-
CMYK00.810.480.65
HSL335.83º67.92%20.78%-
HSV(B)335.83º80.9%34.9%-
XYZ4.812.722.86-
YUV41.83130.35161.64-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.55%
GREEN value IS 17 (7.03% from 255) = 11.18%
BLUE value IS 46 (18.36% from 255) = 30.26%
R=58.55%
G=11.18%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89174600.810.480.65335.8367.9220.78
Hex59112E05130411504415
Octal131215601216010152010425
Binary101100110001101110010100011100001000001101010000100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59112E; }

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

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

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

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

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

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

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

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