Html Css Color HEX #551731 Blackberry

📋 copy color: '#551731'

red 85 ◦ green 23 ◦ blue 49

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

Shades of Blackberry #551731

Tints of Blackberry #551731

RGB

 RED value IS 85 (33.59% from 255) = 54.14%

 GREEN value IS 23 (9.38% from 255) = 14.65%

 BLUE value IS 49 (19.53% from 255) = 31.21%

R = 54.14%
G = 14.65%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#551731 (or 0x551731) is known color: Blackberry. HEX triplet: 55, 17 and 31. RGB value is (85,23,49). Sum of RGB (Red+Green+Blue) = 85+23+49=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #551731 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551731 is #AAE8CE. Grayscale: #2C2C2C. Windows color (decimal): -11200719 or 3217237. OLE color: 3217237.

HSL color Cylindrical-coordinate representation of color #551731: hue angle of 334.84º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #551731 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 23 49 -
CMYK 0 0.73 0.42 0.67
HSL 334.84º 0.57% 0.21% -
HSV(B) 334.84º 0.73% 0.33% -
XYZ 4.61 2.77 3.2 -
YUV 44.5 130.54 156.89 -
System Red Green Blue C M Y K H S L
Decimal 85 23 49 0 0.73 0.42 0.67 334.84 0.57 0.21
Hex 55 17 31 0 49 2A 43 14F 39 15
Octal 125 27 61 0 111 52 103 517 71 25
Binary 1010101 10111 110001 0 1001001 101010 1000011 101001111 111001 10101

Color Harmonies of #551731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551731

Black with #551731

Text Example


Text Example

White with #551731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551731; }

 p { color: rgb(85,23,49); }

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

background-color css

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

 a { background-color: rgb(85,23,49); }

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

border-color css

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

 span { border-color: rgb(85,23,49); }

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