#55122D

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

Shades of Blackberry #55122D

Tints of Blackberry #55122D

Color information

#55122D (or 0x55122D) is unknown color: approx Blackberry. HEX triplet: 55, 12 and 2D. RGB value is (85,18,45). Sum of RGB (Red+Green+Blue) = 85+18+45=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #55122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55122D is #AAEDD2. Grayscale: #292929. Windows color (decimal): -11202003 or 2953813. OLE color: 2953813.

HSL color Cylindrical-coordinate representation of color #55122D: hue angle of 335.82º 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 #55122D is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB851845-
CMYK00.790.470.67
HSL335.82º65.05%20.2%-
HSV(B)335.82º78.82%33.33%-
XYZ4.442.552.74-
YUV41.11130.2159.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.43%
GREEN value IS 18 (7.42% from 255) = 12.16%
BLUE value IS 45 (17.97% from 255) = 30.41%
R=57.43%
G=12.16%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85184500.790.470.67335.8265.0520.2
Hex55122D04F2F431504114
Octal125225501175710352010124
Binary101010110010101101010011111011111000011101010000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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