#551C38

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

Shades of Blackberry #551C38

Tints of Blackberry #551C38

Color information

#551C38 (or 0x551C38) is unknown color: approx Blackberry. HEX triplet: 55, 1C and 38. RGB value is (85,28,56). Sum of RGB (Red+Green+Blue) = 85+28+56=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #551C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C38 is #AAE3C7. Grayscale: #303030. Windows color (decimal): -11199432 or 3677269. OLE color: 3677269.

HSL color Cylindrical-coordinate representation of color #551C38: hue angle of 330.53º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #551C38 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB852856-
CMYK00.670.340.67
HSL330.53º50.44%22.16%-
HSV(B)330.53º67.06%33.33%-
XYZ4.883.054.07-
YUV48.24132.38154.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.30%
GREEN value IS 28 (11.33% from 255) = 16.57%
BLUE value IS 56 (22.27% from 255) = 33.14%
R=50.30%
G=16.57%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85285600.670.340.67330.5350.4422.16
Hex551C38043224314b3216
Octal12534700103421035136226
Binary10101011110011100001000011100010100001110100101111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551C38; }

 p { color: rgb(85,28,56); }

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

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

 a { background-color: rgb(85,28,56); }

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

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

 span { border-color: rgb(85,28,56); }

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