#551D39

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

Shades of Blackberry #551D39

Tints of Blackberry #551D39

Color information

#551D39 (or 0x551D39) is unknown color: approx Blackberry. HEX triplet: 55, 1D and 39. RGB value is (85,29,57). Sum of RGB (Red+Green+Blue) = 85+29+57=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #551D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D39 is #AAE2C6. Grayscale: #303030. Windows color (decimal): -11199175 or 3743061. OLE color: 3743061.

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

Color convert

RGB852957-
CMYK00.660.330.67
HSL330º49.12%22.35%-
HSV(B)330º65.88%33.33%-
XYZ4.923.114.21-
YUV48.94132.55153.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.71%
GREEN value IS 29 (11.72% from 255) = 16.96%
BLUE value IS 57 (22.66% from 255) = 33.33%
R=49.71%
G=16.96%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85295700.660.330.6733049.1222.35
Hex551D39042214314a3116
Octal12535710102411035126126
Binary10101011110111100101000010100001100001110100101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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