#55132E

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

Shades of Blackberry #55132E

Tints of Blackberry #55132E

Color information

#55132E (or 0x55132E) is unknown color: approx Blackberry. HEX triplet: 55, 13 and 2E. RGB value is (85,19,46). Sum of RGB (Red+Green+Blue) = 85+19+46=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #55132E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55132E is #AAECD1. Grayscale: #292929. Windows color (decimal): -11201746 or 3019605. OLE color: 3019605.

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

Color convert

RGB851946-
CMYK00.780.460.67
HSL335.45º63.46%20.39%-
HSV(B)335.45º77.65%33.33%-
XYZ4.472.592.85-
YUV41.81130.37158.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.67%
GREEN value IS 19 (7.81% from 255) = 12.67%
BLUE value IS 46 (18.36% from 255) = 30.67%
R=56.67%
G=12.67%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85194600.780.460.67335.4563.4620.39
Hex55132E04E2E4314f3f14
Octal12523560116561035177724
Binary10101011001110111001001110101110100001110100111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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