#511936

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

Shades of Blackberry #511936

Tints of Blackberry #511936

Color information

#511936 (or 0x511936) is unknown color: approx Blackberry. HEX triplet: 51, 19 and 36. RGB value is (81,25,54). Sum of RGB (Red+Green+Blue) = 81+25+54=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 54 (21.48% from 255 or 33.75% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #511936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511936 is #AEE6C9. Grayscale: #2C2C2C. Windows color (decimal): -11462346 or 3545425. OLE color: 3545425.

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

Color convert

RGB812554-
CMYK00.690.330.68
HSL328.93º52.83%20.78%-
HSV(B)328.93º69.14%31.76%-
XYZ4.412.713.78-
YUV45.05133.05153.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.62%
GREEN value IS 25 (10.16% from 255) = 15.62%
BLUE value IS 54 (21.48% from 255) = 33.75%
R=50.62%
G=15.62%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81255400.690.330.68328.9352.8320.78
Hex51193604521441493515
Octal12131660105411045116525
Binary10100011100111011001000101100001100010010100100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511936; }

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

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

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

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

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

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

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

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