Html Css Color HEX #591130 Blackberry

📋 copy color: '#591130'

red 89 ◦ green 17 ◦ blue 48

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

Shades of Blackberry #591130

Tints of Blackberry #591130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 31.17%

R = 57.79%
G = 11.04%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#591130 (or 0x591130) is known color: Blackberry. HEX triplet: 59, 11 and 30. RGB value is (89,17,48). Sum of RGB (Red+Green+Blue) = 89+17+48=154 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.79% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 89 - color contains mainly: red. Hex color #591130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591130 is #A6EECF. Grayscale: #2A2A2A. Windows color (decimal): -10940112 or 3150169. OLE color: 3150169.

HSL color Cylindrical-coordinate representation of color #591130: hue angle of 334.17º 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 #591130 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 17 48 -
CMYK 0 0.81 0.46 0.65
HSL 334.17º 0.68% 0.21% -
HSV(B) 334.17º 0.81% 0.35% -
XYZ 4.85 2.74 3.07 -
YUV 42.06 131.35 161.48 -
System Red Green Blue C M Y K H S L
Decimal 89 17 48 0 0.81 0.46 0.65 334.17 0.68 0.21
Hex 59 11 30 0 51 2E 41 14E 44 15
Octal 131 21 60 0 121 56 101 516 104 25
Binary 1011001 10001 110000 0 1010001 101110 1000001 101001110 1000100 10101

Color Harmonies of #591130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591130

Black with #591130

Text Example


Text Example

White with #591130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591130; }

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

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

background-color css

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

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

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

border-color css

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

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

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