#551835

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

Shades of Blackberry #551835

Tints of Blackberry #551835

Color information

#551835 (or 0x551835) is unknown color: approx Blackberry. HEX triplet: 55, 18 and 35. RGB value is (85,24,53). Sum of RGB (Red+Green+Blue) = 85+24+53=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #551835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551835 is #AAE7CA. Grayscale: #2D2D2D. Windows color (decimal): -11200459 or 3479637. OLE color: 3479637.

HSL color Cylindrical-coordinate representation of color #551835: hue angle of 331.48º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #551835 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB852453-
CMYK00.720.380.67
HSL331.48º55.96%21.37%-
HSV(B)331.48º71.76%33.33%-
XYZ4.722.843.67-
YUV45.54132.21156.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.47%
GREEN value IS 24 (9.77% from 255) = 14.81%
BLUE value IS 53 (21.09% from 255) = 32.72%
R=52.47%
G=14.81%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85245300.720.380.67331.4855.9621.37
Hex551835048264314b3815
Octal12530650110461035137025
Binary10101011100011010101001000100110100001110100101111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551835; }

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

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

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

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

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

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

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

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