#551B3A

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

Shades of Blackberry #551B3A

Tints of Blackberry #551B3A

Color information

#551B3A (or 0x551B3A) is unknown color: approx Blackberry. HEX triplet: 55, 1B and 3A. RGB value is (85,27,58). Sum of RGB (Red+Green+Blue) = 85+27+58=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 27 (10.94% from 255 or 15.88% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #551B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B3A is #AAE4C5. Grayscale: #2F2F2F. Windows color (decimal): -11199686 or 3808085. OLE color: 3808085.

HSL color Cylindrical-coordinate representation of color #551B3A: hue angle of 327.93º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #551B3A is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB852758-
CMYK00.680.320.67
HSL327.93º51.79%21.96%-
HSV(B)327.93º68.24%33.33%-
XYZ4.93.024.33-
YUV47.88133.72154.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50%
GREEN value IS 27 (10.94% from 255) = 15.88%
BLUE value IS 58 (23.05% from 255) = 34.12%
R=50%
G=15.88%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85275800.680.320.67327.9351.7921.96
Hex551B3A04420431483416
Octal12533720104401035106426
Binary10101011101111101001000100100000100001110100100011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551B3A; }

 p { color: rgb(85,27,58); }

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

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

 a { background-color: rgb(85,27,58); }

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

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

 span { border-color: rgb(85,27,58); }

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