#511C40

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

Shades of Blackberry #511C40

Tints of Blackberry #511C40

Color information

#511C40 (or 0x511C40) is unknown color: approx Blackberry. HEX triplet: 51, 1C and 40. RGB value is (81,28,64). Sum of RGB (Red+Green+Blue) = 81+28+64=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #511C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511C40 is #AEE3BF. Grayscale: #2F2F2F. Windows color (decimal): -11461568 or 4201553. OLE color: 4201553.

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

Color convert

RGB812864-
CMYK00.650.210.68
HSL319.25º48.62%21.37%-
HSV(B)319.25º65.43%31.76%-
XYZ4.732.955.17-
YUV47.95137.06151.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.82%
GREEN value IS 28 (11.33% from 255) = 16.18%
BLUE value IS 64 (25.39% from 255) = 36.99%
R=46.82%
G=16.18%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81286400.650.210.68319.2548.6221.37
Hex511C40041154413f3115
Octal121341000101251044776125
Binary10100011110010000000100000110101100010010011111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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