#551D3C

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

Shades of Blackberry #551D3C

Tints of Blackberry #551D3C

Color information

#551D3C (or 0x551D3C) is unknown color: approx Blackberry. HEX triplet: 55, 1D and 3C. RGB value is (85,29,60). Sum of RGB (Red+Green+Blue) = 85+29+60=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #551D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D3C is #AAE2C3. Grayscale: #313131. Windows color (decimal): -11199172 or 3939669. OLE color: 3939669.

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

Color convert

RGB852960-
CMYK00.660.290.67
HSL326.79º49.12%22.35%-
HSV(B)326.79º65.88%33.33%-
XYZ53.144.62-
YUV49.28134.05153.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 29 (11.72% from 255) = 16.67%
BLUE value IS 60 (23.83% from 255) = 34.48%
R=48.85%
G=16.67%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85296000.660.290.67326.7949.1222.35
Hex551D3C0421D431473116
Octal12535740102351035076126
Binary1010101111011111000100001011101100001110100011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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