#55163E

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

Shades of Blackberry #55163E

Tints of Blackberry #55163E

Color information

#55163E (or 0x55163E) is unknown color: approx Blackberry. HEX triplet: 55, 16 and 3E. RGB value is (85,22,62). Sum of RGB (Red+Green+Blue) = 85+22+62=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 62 (24.61% from 255 or 36.69% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #55163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55163E is #AAE9C1. Grayscale: #2D2D2D. Windows color (decimal): -11200962 or 4068949. OLE color: 4068949.

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

Color convert

RGB852262-
CMYK00.740.270.67
HSL321.9º58.88%20.98%-
HSV(B)321.9º74.12%33.33%-
XYZ4.92.854.85-
YUV45.4137.37156.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.30%
GREEN value IS 22 (8.98% from 255) = 13.02%
BLUE value IS 62 (24.61% from 255) = 36.69%
R=50.30%
G=13.02%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85226200.740.270.67321.958.8820.98
Hex55163E04A1B431423b15
Octal12526760112331035027325
Binary1010101101101111100100101011011100001110100001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55163E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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