#551939

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

Shades of Blackberry #551939

Tints of Blackberry #551939

Color information

#551939 (or 0x551939) is unknown color: approx Blackberry. HEX triplet: 55, 19 and 39. RGB value is (85,25,57). Sum of RGB (Red+Green+Blue) = 85+25+57=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #551939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551939 is #AAE6C6. Grayscale: #2E2E2E. Windows color (decimal): -11200199 or 3742037. OLE color: 3742037.

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

Color convert

RGB852557-
CMYK00.710.330.67
HSL328º54.55%21.57%-
HSV(B)328º70.59%33.33%-
XYZ4.832.924.18-
YUV46.59133.88155.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.90%
GREEN value IS 25 (10.16% from 255) = 14.97%
BLUE value IS 57 (22.66% from 255) = 34.13%
R=50.90%
G=14.97%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85255700.710.330.6732854.5521.57
Hex55193904721431483716
Octal12531710107411035106726
Binary10101011100111100101000111100001100001110100100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551939; }

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

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

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

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

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

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

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

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