#551532

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

Shades of Blackberry #551532

Tints of Blackberry #551532

Color information

#551532 (or 0x551532) is unknown color: approx Blackberry. HEX triplet: 55, 15 and 32. RGB value is (85,21,50). Sum of RGB (Red+Green+Blue) = 85+21+50=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #551532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551532 is #AAEACD. Grayscale: #2B2B2B. Windows color (decimal): -11201230 or 3282261. OLE color: 3282261.

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

Color convert

RGB852150-
CMYK00.750.410.67
HSL332.81º60.38%20.78%-
HSV(B)332.81º75.29%33.33%-
XYZ4.592.73.3-
YUV43.44131.7157.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.49%
GREEN value IS 21 (8.59% from 255) = 13.46%
BLUE value IS 50 (19.92% from 255) = 32.05%
R=54.49%
G=13.46%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85215000.750.410.67332.8160.3820.78
Hex55153204B294314d3c15
Octal12525620113511035157425
Binary10101011010111001001001011101001100001110100110111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551532; }

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

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

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

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

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

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

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

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