#55092B

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

Shades of Blackberry #55092B

Tints of Blackberry #55092B

Color information

#55092B (or 0x55092B) is unknown color: approx Blackberry. HEX triplet: 55, 09 and 2B. RGB value is (85,9,43). Sum of RGB (Red+Green+Blue) = 85+9+43=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #55092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55092B is #AAF6D4. Grayscale: #232323. Windows color (decimal): -11204309 or 2820437. OLE color: 2820437.

HSL color Cylindrical-coordinate representation of color #55092B: hue angle of 333.16º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55092B is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB85943-
CMYK00.890.490.67
HSL333.16º80.85%18.43%-
HSV(B)333.16º89.41%33.33%-
XYZ4.282.32.5-
YUV35.6132.18163.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.04%
GREEN value IS 9 (3.91% from 255) = 6.57%
BLUE value IS 43 (17.19% from 255) = 31.39%
R=62.04%
G=6.57%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8594300.890.490.67333.1680.8518.43
Hex5592B059314314d5112
Octal125115301316110351512122
Binary10101011001101011010110011100011000011101001101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,9,43); }

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

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

 a { background-color: rgb(85,9,43); }

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

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

 span { border-color: rgb(85,9,43); }

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