#511A40

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

Shades of Blackberry #511A40

Tints of Blackberry #511A40

Color information

#511A40 (or 0x511A40) is unknown color: approx Blackberry. HEX triplet: 51, 1A and 40. RGB value is (81,26,64). Sum of RGB (Red+Green+Blue) = 81+26+64=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #511A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A40 is #AEE5BF. Grayscale: #2E2E2E. Windows color (decimal): -11462080 or 4201041. OLE color: 4201041.

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

Color convert

RGB812664-
CMYK00.680.210.68
HSL318.55º51.4%20.98%-
HSV(B)318.55º67.9%31.76%-
XYZ4.692.865.16-
YUV46.78137.72152.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.37%
GREEN value IS 26 (10.55% from 255) = 15.20%
BLUE value IS 64 (25.39% from 255) = 37.43%
R=47.37%
G=15.20%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81266400.680.210.68318.5551.420.98
Hex511A40044154413f3315
Octal121321000104251044776325
Binary10100011101010000000100010010101100010010011111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511A40; }

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

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

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

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

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

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

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

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