#55163A

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

Shades of Blackberry #55163A

Tints of Blackberry #55163A

Color information

#55163A (or 0x55163A) is unknown color: approx Blackberry. HEX triplet: 55, 16 and 3A. RGB value is (85,22,58). Sum of RGB (Red+Green+Blue) = 85+22+58=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55163A is #AAE9C5. Grayscale: #2C2C2C. Windows color (decimal): -11200966 or 3806805. OLE color: 3806805.

HSL color Cylindrical-coordinate representation of color #55163A: hue angle of 325.71º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55163A is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB852258-
CMYK00.740.320.67
HSL325.71º58.88%20.98%-
HSV(B)325.71º74.12%33.33%-
XYZ4.82.814.29-
YUV44.94135.37156.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 22 (8.98% from 255) = 13.33%
BLUE value IS 58 (23.05% from 255) = 35.15%
R=51.52%
G=13.33%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85225800.740.320.67325.7158.8820.98
Hex55163A04A20431463b15
Octal12526720112401035067325
Binary10101011011011101001001010100000100001110100011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55163A; }

 p { color: rgb(85,22,58); }

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

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

 a { background-color: rgb(85,22,58); }

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

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

 span { border-color: rgb(85,22,58); }

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