#551B36

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

Shades of Blackberry #551B36

Tints of Blackberry #551B36

Color information

#551B36 (or 0x551B36) is unknown color: approx Blackberry. HEX triplet: 55, 1B and 36. RGB value is (85,27,54). Sum of RGB (Red+Green+Blue) = 85+27+54=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 54 (21.48% from 255 or 32.53% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #551B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B36 is #AAE4C9. Grayscale: #2F2F2F. Windows color (decimal): -11199690 or 3545941. OLE color: 3545941.

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

Color convert

RGB852754-
CMYK00.680.360.67
HSL332.07º51.79%21.96%-
HSV(B)332.07º68.24%33.33%-
XYZ4.82.983.81-
YUV47.42131.72154.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.20%
GREEN value IS 27 (10.94% from 255) = 16.27%
BLUE value IS 54 (21.48% from 255) = 32.53%
R=51.20%
G=16.27%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85275400.680.360.67332.0751.7921.96
Hex551B36044244314c3416
Octal12533660104441035146426
Binary10101011101111011001000100100100100001110100110011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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