#551936

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

Shades of Blackberry #551936

Tints of Blackberry #551936

Color information

#551936 (or 0x551936) is unknown color: approx Blackberry. HEX triplet: 55, 19 and 36. RGB value is (85,25,54). Sum of RGB (Red+Green+Blue) = 85+25+54=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #551936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551936 is #AAE6C9. Grayscale: #2E2E2E. Windows color (decimal): -11200202 or 3545429. OLE color: 3545429.

HSL color Cylindrical-coordinate representation of color #551936: hue angle of 331º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #551936 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB852554-
CMYK00.710.360.67
HSL331º54.55%21.57%-
HSV(B)331º70.59%33.33%-
XYZ4.762.893.8-
YUV46.25132.38155.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.83%
GREEN value IS 25 (10.16% from 255) = 15.24%
BLUE value IS 54 (21.48% from 255) = 32.93%
R=51.83%
G=15.24%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85255400.710.360.6733154.5521.57
Hex551936047244314b3716
Octal12531660107441035136726
Binary10101011100111011001000111100100100001110100101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551936; }

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

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

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

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

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

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

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

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