Html Css Color HEX #59112F Blackberry

📋 copy color: '#59112F'

red 89 ◦ green 17 ◦ blue 47

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

Shades of Blackberry #59112F

Tints of Blackberry #59112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 30.72%

R = 58.17%
G = 11.11%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#59112F (or 0x59112F) is known color: Blackberry. HEX triplet: 59, 11 and 2F. RGB value is (89,17,47). Sum of RGB (Red+Green+Blue) = 89+17+47=153 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.17% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 89 - color contains mainly: red. Hex color #59112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59112F is #A6EED0. Grayscale: #292929. Windows color (decimal): -10940113 or 3084633. OLE color: 3084633.

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

Color convert

RGB 89 17 47 -
CMYK 0 0.81 0.47 0.65
HSL 335º 0.68% 0.21% -
HSV(B) 335º 0.81% 0.35% -
XYZ 4.83 2.73 2.96 -
YUV 41.95 130.85 161.56 -
System Red Green Blue C M Y K H S L
Decimal 89 17 47 0 0.81 0.47 0.65 335 0.68 0.21
Hex 59 11 2F 0 51 2F 41 14F 44 15
Octal 131 21 57 0 121 57 101 517 104 25
Binary 1011001 10001 101111 0 1010001 101111 1000001 101001111 1000100 10101

Color Harmonies of #59112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59112F

Black with #59112F

Text Example


Text Example

White with #59112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59112F; }

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

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

background-color css

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

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

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

border-color css

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

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

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