#551839

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

Shades of Blackberry #551839

Tints of Blackberry #551839

Color information

#551839 (or 0x551839) is unknown color: approx Blackberry. HEX triplet: 55, 18 and 39. RGB value is (85,24,57). Sum of RGB (Red+Green+Blue) = 85+24+57=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #551839 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551839 is #AAE7C6. Grayscale: #2D2D2D. Windows color (decimal): -11200455 or 3741781. OLE color: 3741781.

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

Color convert

RGB852457-
CMYK00.720.330.67
HSL327.54º55.96%21.37%-
HSV(B)327.54º71.76%33.33%-
XYZ4.812.884.17-
YUV46134.21155.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.20%
GREEN value IS 24 (9.77% from 255) = 14.46%
BLUE value IS 57 (22.66% from 255) = 34.34%
R=51.20%
G=14.46%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85245700.720.330.67327.5455.9621.37
Hex55183904821431483815
Octal12530710110411035107025
Binary10101011100011100101001000100001100001110100100011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551839; }

 p { color: rgb(85,24,57); }

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

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

 a { background-color: rgb(85,24,57); }

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

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

 span { border-color: rgb(85,24,57); }

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