#551734

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

Shades of Blackberry #551734

Tints of Blackberry #551734

Color information

#551734 (or 0x551734) is unknown color: approx Blackberry. HEX triplet: 55, 17 and 34. RGB value is (85,23,52). Sum of RGB (Red+Green+Blue) = 85+23+52=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 52 (20.70% from 255 or 32.5% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #551734 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551734 is #AAE8CB. Grayscale: #2C2C2C. Windows color (decimal): -11200716 or 3413845. OLE color: 3413845.

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

Color convert

RGB852352-
CMYK00.730.390.67
HSL331.94º57.41%21.18%-
HSV(B)331.94º72.94%33.33%-
XYZ4.672.793.54-
YUV44.84132.04156.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.12%
GREEN value IS 23 (9.38% from 255) = 14.38%
BLUE value IS 52 (20.70% from 255) = 32.5%
R=53.12%
G=14.38%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85235200.730.390.67331.9457.4121.18
Hex551734049274314c3915
Octal12527640111471035147125
Binary10101011011111010001001001100111100001110100110011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551734; }

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

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

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

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

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

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

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

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