#551C3C

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

Shades of Blackberry #551C3C

Tints of Blackberry #551C3C

Color information

#551C3C (or 0x551C3C) is unknown color: approx Blackberry. HEX triplet: 55, 1C and 3C. RGB value is (85,28,60). Sum of RGB (Red+Green+Blue) = 85+28+60=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #551C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C3C is #AAE3C3. Grayscale: #303030. Windows color (decimal): -11199428 or 3939413. OLE color: 3939413.

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

Color convert

RGB852860-
CMYK00.670.290.67
HSL326.32º50.44%22.16%-
HSV(B)326.32º67.06%33.33%-
XYZ4.983.094.61-
YUV48.69134.38153.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.13%
GREEN value IS 28 (11.33% from 255) = 16.18%
BLUE value IS 60 (23.83% from 255) = 34.68%
R=49.13%
G=16.18%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85286000.670.290.67326.3250.4422.16
Hex551C3C0431D431463216
Octal12534740103351035066226
Binary1010101111001111000100001111101100001110100011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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