#551439

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

Shades of Blackberry #551439

Tints of Blackberry #551439

Color information

#551439 (or 0x551439) is unknown color: approx Blackberry. HEX triplet: 55, 14 and 39. RGB value is (85,20,57). Sum of RGB (Red+Green+Blue) = 85+20+57=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #551439 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551439 is #AAEBC6. Grayscale: #2B2B2B. Windows color (decimal): -11201479 or 3740757. OLE color: 3740757.

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

Color convert

RGB852057-
CMYK00.760.330.67
HSL325.85º61.9%20.59%-
HSV(B)325.85º76.47%33.33%-
XYZ4.732.734.15-
YUV43.65135.53157.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.47%
GREEN value IS 20 (8.20% from 255) = 12.35%
BLUE value IS 57 (22.66% from 255) = 35.19%
R=52.47%
G=12.35%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85205700.760.330.67325.8561.920.59
Hex55143904C21431463e15
Octal12524710114411035067625
Binary10101011010011100101001100100001100001110100011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551439; }

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

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

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

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

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

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

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

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