#511B40

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

Shades of Blackberry #511B40

Tints of Blackberry #511B40

Color information

#511B40 (or 0x511B40) is unknown color: approx Blackberry. HEX triplet: 51, 1B and 40. RGB value is (81,27,64). Sum of RGB (Red+Green+Blue) = 81+27+64=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #511B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B40 is #AEE4BF. Grayscale: #2F2F2F. Windows color (decimal): -11461824 or 4201297. OLE color: 4201297.

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

Color convert

RGB812764-
CMYK00.670.210.68
HSL318.89º50%21.18%-
HSV(B)318.89º66.67%31.76%-
XYZ4.712.95.16-
YUV47.36137.39151.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.09%
GREEN value IS 27 (10.94% from 255) = 15.70%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=47.09%
G=15.70%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81276400.670.210.68318.895021.18
Hex511B40043154413f3215
Octal121331000103251044776225
Binary10100011101110000000100001110101100010010011111111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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