#55183B

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

Shades of Blackberry #55183B

Tints of Blackberry #55183B

Color information

#55183B (or 0x55183B) is unknown color: approx Blackberry. HEX triplet: 55, 18 and 3B. RGB value is (85,24,59). Sum of RGB (Red+Green+Blue) = 85+24+59=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #55183B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55183B is #AAE7C4. Grayscale: #2E2E2E. Windows color (decimal): -11200453 or 3872853. OLE color: 3872853.

HSL color Cylindrical-coordinate representation of color #55183B: hue angle of 325.57º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55183B is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB852459-
CMYK00.720.310.67
HSL325.57º55.96%21.37%-
HSV(B)325.57º71.76%33.33%-
XYZ4.862.94.44-
YUV46.23135.21155.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.60%
GREEN value IS 24 (9.77% from 255) = 14.29%
BLUE value IS 59 (23.44% from 255) = 35.12%
R=50.60%
G=14.29%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85245900.720.310.67325.5755.9621.37
Hex55183B0481F431463815
Octal12530730110371035067025
Binary1010101110001110110100100011111100001110100011011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55183B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55183B; }

 p { color: rgb(85,24,59); }

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

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

 a { background-color: rgb(85,24,59); }

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

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

 span { border-color: rgb(85,24,59); }

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