#551033

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

Shades of Blackberry #551033

Tints of Blackberry #551033

Color information

#551033 (or 0x551033) is unknown color: approx Blackberry. HEX triplet: 55, 10 and 33. RGB value is (85,16,51). Sum of RGB (Red+Green+Blue) = 85+16+51=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #551033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551033 is #AAEFCC. Grayscale: #282828. Windows color (decimal): -11202509 or 3346517. OLE color: 3346517.

HSL color Cylindrical-coordinate representation of color #551033: hue angle of 329.57º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551033 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB851651-
CMYK00.810.400.67
HSL329.57º68.32%19.8%-
HSV(B)329.57º81.18%33.33%-
XYZ4.532.543.38-
YUV40.62133.86159.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.92%
GREEN value IS 16 (6.64% from 255) = 10.53%
BLUE value IS 51 (20.31% from 255) = 33.55%
R=55.92%
G=10.53%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85165100.810.400.67329.5768.3219.8
Hex551033051284314a4414
Octal125206301215010351210424
Binary101010110000110011010100011010001000011101001010100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551033; }

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

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

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

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

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

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

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

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