#590E2E

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

Shades of Blackberry #590E2E

Tints of Blackberry #590E2E

Color information

#590E2E (or 0x590E2E) is unknown color: approx Blackberry. HEX triplet: 59, 0E and 2E. RGB value is (89,14,46). Sum of RGB (Red+Green+Blue) = 89+14+46=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #590E2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590E2E is #A6F1D1. Grayscale: #282828. Windows color (decimal): -10940882 or 3018329. OLE color: 3018329.

HSL color Cylindrical-coordinate representation of color #590E2E: hue angle of 334.4º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #590E2E is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB891446-
CMYK00.840.480.65
HSL334.4º72.82%20.2%-
HSV(B)334.4º84.27%34.9%-
XYZ4.772.642.84-
YUV40.07131.35162.9-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 59.73%
GREEN value IS 14 (5.86% from 255) = 9.40%
BLUE value IS 46 (18.36% from 255) = 30.87%
R=59.73%
G=9.40%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89144600.840.480.65334.472.8220.2
Hex59E2E054304114e4914
Octal131165601246010151611124
Binary10110011110101110010101001100001000001101001110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590E2E; }

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

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

<style>
 a { background-color: #590E2E; }

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

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

<style>
 span { border-color: #590E2E; }

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

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