#59112D

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

Shades of Blackberry #59112D

Tints of Blackberry #59112D

Color information

#59112D (or 0x59112D) is unknown color: approx Blackberry. HEX triplet: 59, 11 and 2D. RGB value is (89,17,45). Sum of RGB (Red+Green+Blue) = 89+17+45=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #59112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59112D is #A6EED2. Grayscale: #292929. Windows color (decimal): -10940115 or 2953561. OLE color: 2953561.

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

Color convert

RGB891745-
CMYK00.810.490.65
HSL336.67º67.92%20.78%-
HSV(B)336.67º80.9%34.9%-
XYZ4.792.712.75-
YUV41.72129.85161.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.94%
GREEN value IS 17 (7.03% from 255) = 11.26%
BLUE value IS 45 (17.97% from 255) = 29.80%
R=58.94%
G=11.26%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89174500.810.490.65336.6767.9220.78
Hex59112D05131411514415
Octal131215501216110152110425
Binary101100110001101101010100011100011000001101010001100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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