#511640

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

Shades of Blackberry #511640

Tints of Blackberry #511640

Color information

#511640 (or 0x511640) is unknown color: approx Blackberry. HEX triplet: 51, 16 and 40. RGB value is (81,22,64). Sum of RGB (Red+Green+Blue) = 81+22+64=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #511640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511640 is #AEE9BF. Grayscale: #2C2C2C. Windows color (decimal): -11463104 or 4200017. OLE color: 4200017.

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

Color convert

RGB812264-
CMYK00.730.210.68
HSL317.29º57.28%20.2%-
HSV(B)317.29º72.84%31.76%-
XYZ4.612.695.13-
YUV44.43139.05154.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.50%
GREEN value IS 22 (8.98% from 255) = 13.17%
BLUE value IS 64 (25.39% from 255) = 38.32%
R=48.50%
G=13.17%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81226400.730.210.68317.2957.2820.2
Hex511640049154413d3914
Octal121261000111251044757124
Binary10100011011010000000100100110101100010010011110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511640; }

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

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

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

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

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

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

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

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