#551636

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

Shades of Blackberry #551636

Tints of Blackberry #551636

Color information

#551636 (or 0x551636) is unknown color: approx Blackberry. HEX triplet: 55, 16 and 36. RGB value is (85,22,54). Sum of RGB (Red+Green+Blue) = 85+22+54=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #551636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551636 is #AAE9C9. Grayscale: #2C2C2C. Windows color (decimal): -11200970 or 3544661. OLE color: 3544661.

HSL color Cylindrical-coordinate representation of color #551636: hue angle of 329.52º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #551636 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB852254-
CMYK00.740.360.67
HSL329.52º58.88%20.98%-
HSV(B)329.52º74.12%33.33%-
XYZ4.72.773.78-
YUV44.48133.37156.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.80%
GREEN value IS 22 (8.98% from 255) = 13.66%
BLUE value IS 54 (21.48% from 255) = 33.54%
R=52.80%
G=13.66%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85225400.740.360.67329.5258.8820.98
Hex55163604A244314a3b15
Octal12526660112441035127325
Binary10101011011011011001001010100100100001110100101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551636; }

 p { color: rgb(85,22,54); }

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

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

 a { background-color: rgb(85,22,54); }

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

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

 span { border-color: rgb(85,22,54); }

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