#551B3B

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

Shades of Blackberry #551B3B

Tints of Blackberry #551B3B

Color information

#551B3B (or 0x551B3B) is unknown color: approx Blackberry. HEX triplet: 55, 1B and 3B. RGB value is (85,27,59). Sum of RGB (Red+Green+Blue) = 85+27+59=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #551B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B3B is #AAE4C4. Grayscale: #2F2F2F. Windows color (decimal): -11199685 or 3873621. OLE color: 3873621.

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

Color convert

RGB852759-
CMYK00.680.310.67
HSL326.9º51.79%21.96%-
HSV(B)326.9º68.24%33.33%-
XYZ4.933.034.46-
YUV47.99134.22154.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.71%
GREEN value IS 27 (10.94% from 255) = 15.79%
BLUE value IS 59 (23.44% from 255) = 34.50%
R=49.71%
G=15.79%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85275900.680.310.67326.951.7921.96
Hex551B3B0441F431473416
Octal12533730104371035076426
Binary1010101110111110110100010011111100001110100011111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,27,59); }

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

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

 a { background-color: rgb(85,27,59); }

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

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

 span { border-color: rgb(85,27,59); }

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