#55122C

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

Shades of Blackberry #55122C

Tints of Blackberry #55122C

Color information

#55122C (or 0x55122C) is unknown color: approx Blackberry. HEX triplet: 55, 12 and 2C. RGB value is (85,18,44). Sum of RGB (Red+Green+Blue) = 85+18+44=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #55122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55122C is #AAEDD3. Grayscale: #282828. Windows color (decimal): -11202004 or 2888277. OLE color: 2888277.

HSL color Cylindrical-coordinate representation of color #55122C: hue angle of 336.72º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55122C is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB851844-
CMYK00.790.480.67
HSL336.72º65.05%20.2%-
HSV(B)336.72º78.82%33.33%-
XYZ4.422.552.64-
YUV41129.7159.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.82%
GREEN value IS 18 (7.42% from 255) = 12.24%
BLUE value IS 44 (17.58% from 255) = 29.93%
R=57.82%
G=12.24%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85184400.790.480.67336.7265.0520.2
Hex55122C04F30431514114
Octal125225401176010352110124
Binary101010110010101100010011111100001000011101010001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55122C; }

 p { color: rgb(85,18,44); }

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

<style>
 a { background-color: #55122C; }

 a { background-color: rgb(85,18,44); }

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

<style>
 span { border-color: #55122C; }

 span { border-color: rgb(85,18,44); }

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