#511637

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

Shades of Blackberry #511637

Tints of Blackberry #511637

Color information

#511637 (or 0x511637) is unknown color: approx Blackberry. HEX triplet: 51, 16 and 37. RGB value is (81,22,55). Sum of RGB (Red+Green+Blue) = 81+22+55=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #511637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511637 is #AEE9C8. Grayscale: #2B2B2B. Windows color (decimal): -11463113 or 3610193. OLE color: 3610193.

HSL color Cylindrical-coordinate representation of color #511637: hue angle of 326.44º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #511637 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB812255-
CMYK00.730.320.68
HSL326.44º57.28%20.2%-
HSV(B)326.44º72.84%31.76%-
XYZ4.372.63.89-
YUV43.4134.55154.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.27%
GREEN value IS 22 (8.98% from 255) = 13.92%
BLUE value IS 55 (21.88% from 255) = 34.81%
R=51.27%
G=13.92%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81225500.730.320.68326.4457.2820.2
Hex51163704920441463914
Octal12126670111401045067124
Binary10100011011011011101001001100000100010010100011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511637; }

 p { color: rgb(81,22,55); }

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

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

 a { background-color: rgb(81,22,55); }

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

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

 span { border-color: rgb(81,22,55); }

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