#590C2A

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

Shades of Blackberry #590C2A

Tints of Blackberry #590C2A

Color information

#590C2A (or 0x590C2A) is unknown color: approx Blackberry. HEX triplet: 59, 0C and 2A. RGB value is (89,12,42). Sum of RGB (Red+Green+Blue) = 89+12+42=143 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.24% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 89 - color contains mainly: red. Hex color #590C2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590C2A is #A6F3D5. Grayscale: #262626. Windows color (decimal): -10941398 or 2755673. OLE color: 2755673.

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

Color convert

RGB891242-
CMYK00.870.530.65
HSL336.62º76.24%19.8%-
HSV(B)336.62º86.52%34.9%-
XYZ4.672.552.44-
YUV38.44130.01164.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 62.24%
GREEN value IS 12 (5.08% from 255) = 8.39%
BLUE value IS 42 (16.80% from 255) = 29.37%
R=62.24%
G=8.39%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89124200.870.530.65336.6276.2419.8
Hex59C2A05735411514c14
Octal131145201276510152111424
Binary10110011100101010010101111101011000001101010001100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,12,42); }

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

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

 a { background-color: rgb(89,12,42); }

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

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

 span { border-color: rgb(89,12,42); }

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