#591430

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

Shades of Blackberry #591430

Tints of Blackberry #591430

Color information

#591430 (or 0x591430) is unknown color: approx Blackberry. HEX triplet: 59, 14 and 30. RGB value is (89,20,48). Sum of RGB (Red+Green+Blue) = 89+20+48=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #591430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591430 is #A6EBCF. Grayscale: #2B2B2B. Windows color (decimal): -10939344 or 3150937. OLE color: 3150937.

HSL color Cylindrical-coordinate representation of color #591430: hue angle of 335.65º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #591430 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB892048-
CMYK00.780.460.65
HSL335.65º63.3%21.37%-
HSV(B)335.65º77.53%34.9%-
XYZ4.92.843.09-
YUV43.82130.36160.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.69%
GREEN value IS 20 (8.20% from 255) = 12.74%
BLUE value IS 48 (19.14% from 255) = 30.57%
R=56.69%
G=12.74%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89204800.780.460.65335.6563.321.37
Hex59143004E2E411503f15
Octal13124600116561015207725
Binary10110011010011000001001110101110100000110101000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591430; }

 p { color: rgb(89,20,48); }

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

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

 a { background-color: rgb(89,20,48); }

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

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

 span { border-color: rgb(89,20,48); }

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