#55162F

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

Shades of Blackberry #55162F

Tints of Blackberry #55162F

Color information

#55162F (or 0x55162F) is unknown color: approx Blackberry. HEX triplet: 55, 16 and 2F. RGB value is (85,22,47). Sum of RGB (Red+Green+Blue) = 85+22+47=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #55162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55162F is #AAE9D0. Grayscale: #2B2B2B. Windows color (decimal): -11200977 or 3085909. OLE color: 3085909.

HSL color Cylindrical-coordinate representation of color #55162F: hue angle of 336.19º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55162F is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB852247-
CMYK00.740.450.67
HSL336.19º58.88%20.98%-
HSV(B)336.19º74.12%33.33%-
XYZ4.552.712.97-
YUV43.69129.87157.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.19%
GREEN value IS 22 (8.98% from 255) = 14.29%
BLUE value IS 47 (18.75% from 255) = 30.52%
R=55.19%
G=14.29%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85224700.740.450.67336.1958.8820.98
Hex55162F04A2D431503b15
Octal12526570112551035207325
Binary10101011011010111101001010101101100001110101000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55162F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55162F; }

 p { color: rgb(85,22,47); }

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

<style>
 a { background-color: #55162F; }

 a { background-color: rgb(85,22,47); }

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

<style>
 span { border-color: #55162F; }

 span { border-color: rgb(85,22,47); }

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