#55143C

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

Shades of Blackberry #55143C

Tints of Blackberry #55143C

Color information

#55143C (or 0x55143C) is unknown color: approx Blackberry. HEX triplet: 55, 14 and 3C. RGB value is (85,20,60). Sum of RGB (Red+Green+Blue) = 85+20+60=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55143C is #AAEBC3. Grayscale: #2B2B2B. Windows color (decimal): -11201476 or 3937365. OLE color: 3937365.

HSL color Cylindrical-coordinate representation of color #55143C: hue angle of 323.08º 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 #55143C is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB852060-
CMYK00.760.290.67
HSL323.08º61.9%20.59%-
HSV(B)323.08º76.47%33.33%-
XYZ4.812.764.55-
YUV44137.03157.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 20 (8.20% from 255) = 12.12%
BLUE value IS 60 (23.83% from 255) = 36.36%
R=51.52%
G=12.12%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85206000.760.290.67323.0861.920.59
Hex55143C04C1D431433e15
Octal12524740114351035037625
Binary1010101101001111000100110011101100001110100001111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55143C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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