#55132F

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

Shades of Blackberry #55132F

Tints of Blackberry #55132F

Color information

#55132F (or 0x55132F) is unknown color: approx Blackberry. HEX triplet: 55, 13 and 2F. RGB value is (85,19,47). Sum of RGB (Red+Green+Blue) = 85+19+47=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #55132F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55132F is #AAECD0. Grayscale: #292929. Windows color (decimal): -11201745 or 3085141. OLE color: 3085141.

HSL color Cylindrical-coordinate representation of color #55132F: hue angle of 334.55º 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 #55132F is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB851947-
CMYK00.780.450.67
HSL334.55º63.46%20.39%-
HSV(B)334.55º77.65%33.33%-
XYZ4.492.62.95-
YUV41.93130.87158.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.29%
GREEN value IS 19 (7.81% from 255) = 12.58%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=56.29%
G=12.58%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85194700.780.450.67334.5563.4620.39
Hex55132F04E2D4314f3f14
Octal12523570116551035177724
Binary10101011001110111101001110101101100001110100111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55132F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55132F; }

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

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

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

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

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

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

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

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