#55072A

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

Shades of Blackberry #55072A

Tints of Blackberry #55072A

Color information

#55072A (or 0x55072A) is unknown color: approx Blackberry. HEX triplet: 55, 07 and 2A. RGB value is (85,7,42). Sum of RGB (Red+Green+Blue) = 85+7+42=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #55072A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55072A is #AAF8D5. Grayscale: #222222. Windows color (decimal): -11204822 or 2754389. OLE color: 2754389.

HSL color Cylindrical-coordinate representation of color #55072A: hue angle of 333.08º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55072A is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB85742-
CMYK00.920.510.67
HSL333.08º84.78%18.04%-
HSV(B)333.08º91.76%33.33%-
XYZ4.242.252.4-
YUV34.31132.34164.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.43%
GREEN value IS 7 (3.12% from 255) = 5.22%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=63.43%
G=5.22%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8574200.920.510.67333.0884.7818.04
Hex5572A05C334314d5512
Octal12575201346310351512522
Binary1010101111101010010111001100111000011101001101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,7,42); }

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

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

 a { background-color: rgb(85,7,42); }

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

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

 span { border-color: rgb(85,7,42); }

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