Html Css Color HEX #591131 Blackberry

📋 copy color: '#591131'

red 89 ◦ green 17 ◦ blue 49

#591131
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #591131

Tints of Blackberry #591131

RGB

 RED value IS 89 (35.16% from 255) = 57.42%

 GREEN value IS 17 (7.03% from 255) = 10.97%

 BLUE value IS 49 (19.53% from 255) = 31.61%

R = 57.42%
G = 10.97%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#591131 (or 0x591131) is known color: Blackberry. HEX triplet: 59, 11 and 31. RGB value is (89,17,49). Sum of RGB (Red+Green+Blue) = 89+17+49=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #591131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591131 is #A6EECE. Grayscale: #2A2A2A. Windows color (decimal): -10940111 or 3215705. OLE color: 3215705.

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

Color convert

RGB 89 17 49 -
CMYK 0 0.81 0.45 0.65
HSL 333.33º 0.68% 0.21% -
HSV(B) 333.33º 0.81% 0.35% -
XYZ 4.87 2.75 3.18 -
YUV 42.18 131.85 161.4 -
System Red Green Blue C M Y K H S L
Decimal 89 17 49 0 0.81 0.45 0.65 333.33 0.68 0.21
Hex 59 11 31 0 51 2D 41 14D 44 15
Octal 131 21 61 0 121 55 101 515 104 25
Binary 1011001 10001 110001 0 1010001 101101 1000001 101001101 1000100 10101

Color Harmonies of #591131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591131

Black with #591131

Text Example


Text Example

White with #591131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591131; }

 p { color: rgb(89,17,49); }

 H1.HeaderClassName
 {
   color: #591131;
 }
 .AnyTagClassName
 {
   color: #591131;
 }
</style>

background-color css

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

 a { background-color: rgb(89,17,49); }

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

border-color css

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

 span { border-color: rgb(89,17,49); }

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