#550928

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

Shades of Blackberry #550928

Tints of Blackberry #550928

Color information

#550928 (or 0x550928) is unknown color: approx Blackberry. HEX triplet: 55, 09 and 28. RGB value is (85,9,40). Sum of RGB (Red+Green+Blue) = 85+9+40=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #550928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550928 is #AAF6D7. Grayscale: #232323. Windows color (decimal): -11204312 or 2623829. OLE color: 2623829.

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

Color convert

RGB85940-
CMYK00.890.530.67
HSL335.53º80.85%18.43%-
HSV(B)335.53º89.41%33.33%-
XYZ4.232.282.22-
YUV35.26130.68163.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.43%
GREEN value IS 9 (3.91% from 255) = 6.72%
BLUE value IS 40 (16.02% from 255) = 29.85%
R=63.43%
G=6.72%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8594000.890.530.67335.5380.8518.43
Hex5592805935431505112
Octal125115001316510352012122
Binary10101011001101000010110011101011000011101010000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550928; }

 p { color: rgb(85,9,40); }

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

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

 a { background-color: rgb(85,9,40); }

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

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

 span { border-color: rgb(85,9,40); }

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