Html Css Color HEX #591332 Blackberry

📋 copy color: '#591332'

red 89 ◦ green 19 ◦ blue 50

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

Shades of Blackberry #591332

Tints of Blackberry #591332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.03%

 BLUE value IS 50 (19.92% from 255) = 31.65%

R = 56.33%
G = 12.03%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#591332 (or 0x591332) is known color: Blackberry. HEX triplet: 59, 13 and 32. RGB value is (89,19,50). Sum of RGB (Red+Green+Blue) = 89+19+50=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #591332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591332 is #A6ECCD. Grayscale: #2B2B2B. Windows color (decimal): -10939598 or 3281753. OLE color: 3281753.

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

Color convert

RGB 89 19 50 -
CMYK 0 0.79 0.44 0.65
HSL 333.43º 0.65% 0.21% -
HSV(B) 333.43º 0.79% 0.35% -
XYZ 4.93 2.82 3.3 -
YUV 43.46 131.69 160.48 -
System Red Green Blue C M Y K H S L
Decimal 89 19 50 0 0.79 0.44 0.65 333.43 0.65 0.21
Hex 59 13 32 0 4F 2C 41 14D 41 15
Octal 131 23 62 0 117 54 101 515 101 25
Binary 1011001 10011 110010 0 1001111 101100 1000001 101001101 1000001 10101

Color Harmonies of #591332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591332

Black with #591332

Text Example


Text Example

White with #591332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591332; }

 p { color: rgb(89,19,50); }

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

background-color css

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

 a { background-color: rgb(89,19,50); }

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

border-color css

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

 span { border-color: rgb(89,19,50); }

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