#55183A

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

Shades of Blackberry #55183A

Tints of Blackberry #55183A

Color information

#55183A (or 0x55183A) is unknown color: approx Blackberry. HEX triplet: 55, 18 and 3A. RGB value is (85,24,58). Sum of RGB (Red+Green+Blue) = 85+24+58=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #55183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55183A is #AAE7C5. Grayscale: #2E2E2E. Windows color (decimal): -11200454 or 3807317. OLE color: 3807317.

HSL color Cylindrical-coordinate representation of color #55183A: hue angle of 326.56º 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 #55183A is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB852458-
CMYK00.720.320.67
HSL326.56º55.96%21.37%-
HSV(B)326.56º71.76%33.33%-
XYZ4.842.894.31-
YUV46.12134.71155.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.90%
GREEN value IS 24 (9.77% from 255) = 14.37%
BLUE value IS 58 (23.05% from 255) = 34.73%
R=50.90%
G=14.37%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85245800.720.320.67326.5655.9621.37
Hex55183A04820431473815
Octal12530720110401035077025
Binary10101011100011101001001000100000100001110100011111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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