#55143D

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

Shades of Blackberry #55143D

Tints of Blackberry #55143D

Color information

#55143D (or 0x55143D) is unknown color: approx Blackberry. HEX triplet: 55, 14 and 3D. RGB value is (85,20,61). Sum of RGB (Red+Green+Blue) = 85+20+61=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 61 (24.22% from 255 or 36.75% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #55143D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55143D is #AAEBC2. Grayscale: #2C2C2C. Windows color (decimal): -11201475 or 4002901. OLE color: 4002901.

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

Color convert

RGB852061-
CMYK00.760.280.67
HSL322.15º61.9%20.59%-
HSV(B)322.15º76.47%33.33%-
XYZ4.842.774.69-
YUV44.11137.53157.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.20%
GREEN value IS 20 (8.20% from 255) = 12.05%
BLUE value IS 61 (24.22% from 255) = 36.75%
R=51.20%
G=12.05%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85206100.760.280.67322.1561.920.59
Hex55143D04C1C431423e15
Octal12524750114341035027625
Binary1010101101001111010100110011100100001110100001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55143D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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