#511636

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

Shades of Blackberry #511636

Tints of Blackberry #511636

Color information

#511636 (or 0x511636) is unknown color: approx Blackberry. HEX triplet: 51, 16 and 36. RGB value is (81,22,54). Sum of RGB (Red+Green+Blue) = 81+22+54=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #511636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511636 is #AEE9C9. Grayscale: #2B2B2B. Windows color (decimal): -11463114 or 3544657. OLE color: 3544657.

HSL color Cylindrical-coordinate representation of color #511636: hue angle of 327.46º 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 #511636 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB812254-
CMYK00.730.330.68
HSL327.46º57.28%20.2%-
HSV(B)327.46º72.84%31.76%-
XYZ4.352.593.76-
YUV43.29134.05154.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.59%
GREEN value IS 22 (8.98% from 255) = 14.01%
BLUE value IS 54 (21.48% from 255) = 34.39%
R=51.59%
G=14.01%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81225400.730.330.68327.4657.2820.2
Hex51163604921441473914
Octal12126660111411045077124
Binary10100011011011011001001001100001100010010100011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511636; }

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

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

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

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

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

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

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

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