#551732

Color #551732 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #551732

Tints of Blackberry #551732

Color information

#551732 (or 0x551732) is unknown color: approx Blackberry. HEX triplet: 55, 17 and 32. RGB value is (85,23,50). Sum of RGB (Red+Green+Blue) = 85+23+50=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #551732 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551732 is #AAE8CD. Grayscale: #2C2C2C. Windows color (decimal): -11200718 or 3282773. OLE color: 3282773.

HSL color Cylindrical-coordinate representation of color #551732: hue angle of 333.87º 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 #551732 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB852350-
CMYK00.730.410.67
HSL333.87º57.41%21.18%-
HSV(B)333.87º72.94%33.33%-
XYZ4.632.773.31-
YUV44.62131.04156.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.80%
GREEN value IS 23 (9.38% from 255) = 14.56%
BLUE value IS 50 (19.92% from 255) = 31.65%
R=53.80%
G=14.56%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85235000.730.410.67333.8757.4121.18
Hex551732049294314e3915
Octal12527620111511035167125
Binary10101011011111001001001001101001100001110100111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551732; }

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

 H1.HeaderClassName
 {
   color: #551732;
 }
 .AnyTagClassName
 {
   color: #551732;
 }
</style>
background-color css

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

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

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

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

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

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