#55193D

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

Shades of Blackberry #55193D

Tints of Blackberry #55193D

Color information

#55193D (or 0x55193D) is unknown color: approx Blackberry. HEX triplet: 55, 19 and 3D. RGB value is (85,25,61). Sum of RGB (Red+Green+Blue) = 85+25+61=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #55193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55193D is #AAE6C2. Grayscale: #2E2E2E. Windows color (decimal): -11200195 or 4004181. OLE color: 4004181.

HSL color Cylindrical-coordinate representation of color #55193D: hue angle of 324º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55193D is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB852561-
CMYK00.710.280.67
HSL324º54.55%21.57%-
HSV(B)324º70.59%33.33%-
XYZ4.942.964.73-
YUV47.04135.88155.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.71%
GREEN value IS 25 (10.16% from 255) = 14.62%
BLUE value IS 61 (24.22% from 255) = 35.67%
R=49.71%
G=14.62%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85256100.710.280.6732454.5521.57
Hex55193D0471C431443716
Octal12531750107341035046726
Binary1010101110011111010100011111100100001110100010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,25,61); }

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

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

 a { background-color: rgb(85,25,61); }

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

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

 span { border-color: rgb(85,25,61); }

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