#551032

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

Shades of Blackberry #551032

Tints of Blackberry #551032

Color information

#551032 (or 0x551032) is unknown color: approx Blackberry. HEX triplet: 55, 10 and 32. RGB value is (85,16,50). Sum of RGB (Red+Green+Blue) = 85+16+50=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #551032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551032 is #AAEFCD. Grayscale: #282828. Windows color (decimal): -11202510 or 3280981. OLE color: 3280981.

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

Color convert

RGB851650-
CMYK00.810.410.67
HSL330.43º68.32%19.8%-
HSV(B)330.43º81.18%33.33%-
XYZ4.512.533.27-
YUV40.51133.36159.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.29%
GREEN value IS 16 (6.64% from 255) = 10.60%
BLUE value IS 50 (19.92% from 255) = 33.11%
R=56.29%
G=10.60%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85165000.810.410.67330.4368.3219.8
Hex551032051294314a4414
Octal125206201215110351210424
Binary101010110000110010010100011010011000011101001010100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551032; }

 p { color: rgb(85,16,50); }

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

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

 a { background-color: rgb(85,16,50); }

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

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

 span { border-color: rgb(85,16,50); }

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