#551633

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

Shades of Blackberry #551633

Tints of Blackberry #551633

Color information

#551633 (or 0x551633) is unknown color: approx Blackberry. HEX triplet: 55, 16 and 33. RGB value is (85,22,51). Sum of RGB (Red+Green+Blue) = 85+22+51=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #551633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551633 is #AAE9CC. Grayscale: #2C2C2C. Windows color (decimal): -11200973 or 3348053. OLE color: 3348053.

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

Color convert

RGB852251-
CMYK00.740.400.67
HSL332.38º58.88%20.98%-
HSV(B)332.38º74.12%33.33%-
XYZ4.632.743.42-
YUV44.14131.87157.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.80%
GREEN value IS 22 (8.98% from 255) = 13.92%
BLUE value IS 51 (20.31% from 255) = 32.28%
R=53.80%
G=13.92%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85225100.740.400.67332.3858.8820.98
Hex55163304A284314c3b15
Octal12526630112501035147325
Binary10101011011011001101001010101000100001110100110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551633; }

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

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

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

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

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

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

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

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