#511A36

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

Shades of Blackberry #511A36

Tints of Blackberry #511A36

Color information

#511A36 (or 0x511A36) is unknown color: approx Blackberry. HEX triplet: 51, 1A and 36. RGB value is (81,26,54). Sum of RGB (Red+Green+Blue) = 81+26+54=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #511A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A36 is #AEE5C9. Grayscale: #2D2D2D. Windows color (decimal): -11462090 or 3545681. OLE color: 3545681.

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

Color convert

RGB812654-
CMYK00.680.330.68
HSL329.45º51.4%20.98%-
HSV(B)329.45º67.9%31.76%-
XYZ4.432.753.79-
YUV45.64132.72153.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.31%
GREEN value IS 26 (10.55% from 255) = 16.15%
BLUE value IS 54 (21.48% from 255) = 33.54%
R=50.31%
G=16.15%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81265400.680.330.68329.4551.420.98
Hex511A3604421441493315
Octal12132660104411045116325
Binary10100011101011011001000100100001100010010100100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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