#551637

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

Shades of Blackberry #551637

Tints of Blackberry #551637

Color information

#551637 (or 0x551637) is unknown color: approx Blackberry. HEX triplet: 55, 16 and 37. RGB value is (85,22,55). Sum of RGB (Red+Green+Blue) = 85+22+55=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 55 (21.88% from 255 or 33.95% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #551637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551637 is #AAE9C8. Grayscale: #2C2C2C. Windows color (decimal): -11200969 or 3610197. OLE color: 3610197.

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

Color convert

RGB852255-
CMYK00.740.350.67
HSL328.57º58.88%20.98%-
HSV(B)328.57º74.12%33.33%-
XYZ4.722.783.9-
YUV44.6133.87156.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.47%
GREEN value IS 22 (8.98% from 255) = 13.58%
BLUE value IS 55 (21.88% from 255) = 33.95%
R=52.47%
G=13.58%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85225500.740.350.67328.5758.8820.98
Hex55163704A23431493b15
Octal12526670112431035117325
Binary10101011011011011101001010100011100001110100100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551637; }

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

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

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

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

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

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

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

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