Html Css Color HEX #591335 Blackberry

📋 copy color: '#591335'

red 89 ◦ green 19 ◦ blue 53

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

Shades of Blackberry #591335

Tints of Blackberry #591335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 32.92%

R = 55.28%
G = 11.8%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#591335 (or 0x591335) is known color: Blackberry. HEX triplet: 59, 13 and 35. RGB value is (89,19,53). Sum of RGB (Red+Green+Blue) = 89+19+53=161 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.28% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 89 - color contains mainly: red. Hex color #591335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591335 is #A6ECCA. Grayscale: #2B2B2B. Windows color (decimal): -10939595 or 3478361. OLE color: 3478361.

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

Color convert

RGB 89 19 53 -
CMYK 0 0.79 0.40 0.65
HSL 330.86º 0.65% 0.21% -
HSV(B) 330.86º 0.79% 0.35% -
XYZ 5 2.85 3.65 -
YUV 43.81 133.19 160.24 -
System Red Green Blue C M Y K H S L
Decimal 89 19 53 0 0.79 0.40 0.65 330.86 0.65 0.21
Hex 59 13 35 0 4F 28 41 14B 41 15
Octal 131 23 65 0 117 50 101 513 101 25
Binary 1011001 10011 110101 0 1001111 101000 1000001 101001011 1000001 10101

Color Harmonies of #591335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591335

Black with #591335

Text Example


Text Example

White with #591335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591335; }

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

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

background-color css

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

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

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

border-color css

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

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

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