#551334

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

Shades of Blackberry #551334

Tints of Blackberry #551334

Color information

#551334 (or 0x551334) is unknown color: approx Blackberry. HEX triplet: 55, 13 and 34. RGB value is (85,19,52). Sum of RGB (Red+Green+Blue) = 85+19+52=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #551334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551334 is #AAECCB. Grayscale: #2A2A2A. Windows color (decimal): -11201740 or 3412821. OLE color: 3412821.

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

Color convert

RGB851952-
CMYK00.780.390.67
HSL330º63.46%20.39%-
HSV(B)330º77.65%33.33%-
XYZ4.62.643.52-
YUV42.5133.37158.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.49%
GREEN value IS 19 (7.81% from 255) = 12.18%
BLUE value IS 52 (20.70% from 255) = 33.33%
R=54.49%
G=12.18%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85195200.780.390.6733063.4620.39
Hex55133404E274314a3f14
Octal12523640116471035127724
Binary10101011001111010001001110100111100001110100101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551334; }

 p { color: rgb(85,19,52); }

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

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

 a { background-color: rgb(85,19,52); }

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

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

 span { border-color: rgb(85,19,52); }

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