#551137

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

Shades of Blackberry #551137

Tints of Blackberry #551137

Color information

#551137 (or 0x551137) is unknown color: approx Blackberry. HEX triplet: 55, 11 and 37. RGB value is (85,17,55). Sum of RGB (Red+Green+Blue) = 85+17+55=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 55 (21.88% from 255 or 35.03% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #551137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551137 is #AAEEC8. Grayscale: #292929. Windows color (decimal): -11202249 or 3608917. OLE color: 3608917.

HSL color Cylindrical-coordinate representation of color #551137: hue angle of 326.47º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551137 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB851755-
CMYK00.800.350.67
HSL326.47º66.67%20%-
HSV(B)326.47º80%33.33%-
XYZ4.642.613.87-
YUV41.66135.53158.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.14%
GREEN value IS 17 (7.03% from 255) = 10.83%
BLUE value IS 55 (21.88% from 255) = 35.03%
R=54.14%
G=10.83%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85175500.800.350.67326.4766.6720
Hex55113705023431464314
Octal125216701204310350610324
Binary101010110001110111010100001000111000011101000110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551137; }

 p { color: rgb(85,17,55); }

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

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

 a { background-color: rgb(85,17,55); }

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

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

 span { border-color: rgb(85,17,55); }

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