#551D37

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

Shades of Blackberry #551D37

Tints of Blackberry #551D37

Color information

#551D37 (or 0x551D37) is unknown color: approx Blackberry. HEX triplet: 55, 1D and 37. RGB value is (85,29,55). Sum of RGB (Red+Green+Blue) = 85+29+55=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #551D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D37 is #AAE2C8. Grayscale: #303030. Windows color (decimal): -11199177 or 3611989. OLE color: 3611989.

HSL color Cylindrical-coordinate representation of color #551D37: hue angle of 332.14º 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 #551D37 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB852955-
CMYK00.660.350.67
HSL332.14º49.12%22.35%-
HSV(B)332.14º65.88%33.33%-
XYZ4.883.093.95-
YUV48.71131.55153.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.30%
GREEN value IS 29 (11.72% from 255) = 17.16%
BLUE value IS 55 (21.88% from 255) = 32.54%
R=50.30%
G=17.16%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85295500.660.350.67332.1449.1222.35
Hex551D37042234314c3116
Octal12535670102431035146126
Binary10101011110111011101000010100011100001110100110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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