Html Css Color HEX #590E2E Blackberry

📋 copy color: '#590E2E'

red 89 ◦ green 14 ◦ blue 46

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

Shades of Blackberry #590E2E

Tints of Blackberry #590E2E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.4%

 BLUE value IS 46 (18.36% from 255) = 30.87%

R = 59.73%
G = 9.4%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#590E2E (or 0x590E2E) is known color: Blackberry. HEX triplet: 59, 0E and 2E. RGB value is (89,14,46). Sum of RGB (Red+Green+Blue) = 89+14+46=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #590E2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590E2E is #A6F1D1. Grayscale: #282828. Windows color (decimal): -10940882 or 3018329. OLE color: 3018329.

HSL color Cylindrical-coordinate representation of color #590E2E: hue angle of 334.4º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #590E2E is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 14 46 -
CMYK 0 0.84 0.48 0.65
HSL 334.4º 0.73% 0.2% -
HSV(B) 334.4º 0.84% 0.35% -
XYZ 4.77 2.64 2.84 -
YUV 40.07 131.35 162.9 -
System Red Green Blue C M Y K H S L
Decimal 89 14 46 0 0.84 0.48 0.65 334.4 0.73 0.2
Hex 59 E 2E 0 54 30 41 14E 49 14
Octal 131 16 56 0 124 60 101 516 111 24
Binary 1011001 1110 101110 0 1010100 110000 1000001 101001110 1001001 10100

Color Harmonies of #590E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590E2E

Black with #590E2E

Text Example


Text Example

White with #590E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590E2E; }

 p { color: rgb(89,14,46); }

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

background-color css

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

 a { background-color: rgb(89,14,46); }

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

border-color css

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

 span { border-color: rgb(89,14,46); }

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