#551D3B

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

Shades of Blackberry #551D3B

Tints of Blackberry #551D3B

Color information

#551D3B (or 0x551D3B) is unknown color: approx Blackberry. HEX triplet: 55, 1D and 3B. RGB value is (85,29,59). Sum of RGB (Red+Green+Blue) = 85+29+59=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #551D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D3B is #AAE2C4. Grayscale: #313131. Windows color (decimal): -11199173 or 3874133. OLE color: 3874133.

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

Color convert

RGB852959-
CMYK00.660.310.67
HSL327.86º49.12%22.35%-
HSV(B)327.86º65.88%33.33%-
XYZ4.983.134.48-
YUV49.16133.55153.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.13%
GREEN value IS 29 (11.72% from 255) = 16.76%
BLUE value IS 59 (23.44% from 255) = 34.10%
R=49.13%
G=16.76%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85295900.660.310.67327.8649.1222.35
Hex551D3B0421F431483116
Octal12535730102371035106126
Binary1010101111011110110100001011111100001110100100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,29,59); }

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

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

 a { background-color: rgb(85,29,59); }

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

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

 span { border-color: rgb(85,29,59); }

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