#59102E

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

Shades of Blackberry #59102E

Tints of Blackberry #59102E

Color information

#59102E (or 0x59102E) is unknown color: approx Blackberry. HEX triplet: 59, 10 and 2E. RGB value is (89,16,46). Sum of RGB (Red+Green+Blue) = 89+16+46=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #59102E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59102E is #A6EFD1. Grayscale: #292929. Windows color (decimal): -10940370 or 3018841. OLE color: 3018841.

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

Color convert

RGB891646-
CMYK00.820.480.65
HSL335.34º69.52%20.59%-
HSV(B)335.34º82.02%34.9%-
XYZ4.82.692.85-
YUV41.25130.68162.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.94%
GREEN value IS 16 (6.64% from 255) = 10.60%
BLUE value IS 46 (18.36% from 255) = 30.46%
R=58.94%
G=10.60%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89164600.820.480.65335.3469.5220.59
Hex59102E052304114f4615
Octal131205601226010151710625
Binary101100110000101110010100101100001000001101001111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59102E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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