#59102F

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

Shades of Blackberry #59102F

Tints of Blackberry #59102F

Color information

#59102F (or 0x59102F) is unknown color: approx Blackberry. HEX triplet: 59, 10 and 2F. RGB value is (89,16,47). Sum of RGB (Red+Green+Blue) = 89+16+47=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #59102F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59102F is #A6EFD0. Grayscale: #292929. Windows color (decimal): -10940369 or 3084377. OLE color: 3084377.

HSL color Cylindrical-coordinate representation of color #59102F: hue angle of 334.52º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #59102F is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB891647-
CMYK00.820.470.65
HSL334.52º69.52%20.59%-
HSV(B)334.52º82.02%34.9%-
XYZ4.822.72.96-
YUV41.36131.18161.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.55%
GREEN value IS 16 (6.64% from 255) = 10.53%
BLUE value IS 47 (18.75% from 255) = 30.92%
R=58.55%
G=10.53%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89164700.820.470.65334.5269.5220.59
Hex59102F0522F4114f4615
Octal131205701225710151710625
Binary101100110000101111010100101011111000001101001111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59102F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59102F; }

 p { color: rgb(89,16,47); }

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

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

 a { background-color: rgb(89,16,47); }

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

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

 span { border-color: rgb(89,16,47); }

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