#551337

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

Shades of Blackberry #551337

Tints of Blackberry #551337

Color information

#551337 (or 0x551337) is unknown color: approx Blackberry. HEX triplet: 55, 13 and 37. RGB value is (85,19,55). Sum of RGB (Red+Green+Blue) = 85+19+55=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #551337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551337 is #AAECC8. Grayscale: #2A2A2A. Windows color (decimal): -11201737 or 3609429. OLE color: 3609429.

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

Color convert

RGB851955-
CMYK00.780.350.67
HSL327.27º63.46%20.39%-
HSV(B)327.27º77.65%33.33%-
XYZ4.672.673.88-
YUV42.84134.87158.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.46%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 55 (21.88% from 255) = 34.59%
R=53.46%
G=11.95%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85195500.780.350.67327.2763.4620.39
Hex55133704E23431473f14
Octal12523670116431035077724
Binary10101011001111011101001110100011100001110100011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551337; }

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

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

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

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

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

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

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

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