#59102d

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

Shades of Blackberry #59102D

Tints of Blackberry #59102D

Color information

#59102D (or 0x59102D) is unknown color: approx Blackberry. HEX triplet: 59, 10 and 2D. RGB value is (89,16,45). Sum of RGB (Red+Green+Blue) = 89+16+45=150 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.33% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 89 - color contains mainly: red. Hex color #59102D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59102D is #A6EFD2. Grayscale: #292929. Windows color (decimal): -10940371 or 2953305. OLE color: 2953305.

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

Color convert

RGB891645-
CMYK00.820.490.65
HSL336.16º69.52%20.59%-
HSV(B)336.16º82.02%34.9%-
XYZ4.782.682.75-
YUV41.13130.18162.14-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 59.33%
GREEN value IS 16 (6.64% from 255) = 10.67%
BLUE value IS 45 (17.97% from 255) = 30%
R=59.33%
G=10.67%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89164500.820.490.65336.1669.5220.59
Hex59102D05231411504615
Octal131205501226110152010625
Binary101100110000101101010100101100011000001101010000100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59102d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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