#511539

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

Shades of Blackberry #511539

Tints of Blackberry #511539

Color information

#511539 (or 0x511539) is unknown color: approx Blackberry. HEX triplet: 51, 15 and 39. RGB value is (81,21,57). Sum of RGB (Red+Green+Blue) = 81+21+57=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 57 (22.66% from 255 or 35.85% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #511539 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511539 is #AEEAC6. Grayscale: #2A2A2A. Windows color (decimal): -11463367 or 3741009. OLE color: 3741009.

HSL color Cylindrical-coordinate representation of color #511539: hue angle of 324º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #511539 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB812157-
CMYK00.740.300.68
HSL324º58.82%20%-
HSV(B)324º74.07%31.76%-
XYZ4.42.584.14-
YUV43.04135.88155.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.94%
GREEN value IS 21 (8.59% from 255) = 13.21%
BLUE value IS 57 (22.66% from 255) = 35.85%
R=50.94%
G=13.21%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81215700.740.300.6832458.8220
Hex51153904A1E441443b14
Octal12125710112361045047324
Binary1010001101011110010100101011110100010010100010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511539; }

 p { color: rgb(81,21,57); }

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

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

 a { background-color: rgb(81,21,57); }

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

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

 span { border-color: rgb(81,21,57); }

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