#551435

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

Shades of Blackberry #551435

Tints of Blackberry #551435

Color information

#551435 (or 0x551435) is unknown color: approx Blackberry. HEX triplet: 55, 14 and 35. RGB value is (85,20,53). Sum of RGB (Red+Green+Blue) = 85+20+53=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #551435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551435 is #AAEBCA. Grayscale: #2B2B2B. Windows color (decimal): -11201483 or 3478613. OLE color: 3478613.

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

Color convert

RGB852053-
CMYK00.760.380.67
HSL329.54º61.9%20.59%-
HSV(B)329.54º76.47%33.33%-
XYZ4.642.693.64-
YUV43.2133.53157.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.80%
GREEN value IS 20 (8.20% from 255) = 12.66%
BLUE value IS 53 (21.09% from 255) = 33.54%
R=53.80%
G=12.66%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85205300.760.380.67329.5461.920.59
Hex55143504C264314a3e15
Octal12524650114461035127625
Binary10101011010011010101001100100110100001110100101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551435; }

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

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

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

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

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

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

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

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