Html Css Color HEX #591230 Blackberry

📋 copy color: '#591230'

red 89 ◦ green 18 ◦ blue 48

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

Shades of Blackberry #591230

Tints of Blackberry #591230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.61%

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

R = 57.42%
G = 11.61%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#591230 (or 0x591230) is known color: Blackberry. HEX triplet: 59, 12 and 30. RGB value is (89,18,48). Sum of RGB (Red+Green+Blue) = 89+18+48=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #591230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591230 is #A6EDCF. Grayscale: #2A2A2A. Windows color (decimal): -10939856 or 3150425. OLE color: 3150425.

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

Color convert

RGB 89 18 48 -
CMYK 0 0.80 0.46 0.65
HSL 334.65º 0.66% 0.21% -
HSV(B) 334.65º 0.8% 0.35% -
XYZ 4.87 2.77 3.07 -
YUV 42.65 131.02 161.06 -
System Red Green Blue C M Y K H S L
Decimal 89 18 48 0 0.80 0.46 0.65 334.65 0.66 0.21
Hex 59 12 30 0 50 2E 41 14F 42 15
Octal 131 22 60 0 120 56 101 517 102 25
Binary 1011001 10010 110000 0 1010000 101110 1000001 101001111 1000010 10101

Color Harmonies of #591230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591230

Black with #591230

Text Example


Text Example

White with #591230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591230; }

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

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

background-color css

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

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

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

border-color css

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

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

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