#511537

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

Shades of Blackberry #511537

Tints of Blackberry #511537

Color information

#511537 (or 0x511537) is unknown color: approx Blackberry. HEX triplet: 51, 15 and 37. RGB value is (81,21,55). Sum of RGB (Red+Green+Blue) = 81+21+55=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 55 (21.88% from 255 or 35.03% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #511537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511537 is #AEEAC8. Grayscale: #2A2A2A. Windows color (decimal): -11463369 or 3609937. OLE color: 3609937.

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

Color convert

RGB812155-
CMYK00.740.320.68
HSL326º58.82%20%-
HSV(B)326º74.07%31.76%-
XYZ4.352.563.88-
YUV42.82134.88155.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.59%
GREEN value IS 21 (8.59% from 255) = 13.38%
BLUE value IS 55 (21.88% from 255) = 35.03%
R=51.59%
G=13.38%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81215500.740.320.6832658.8220
Hex51153704A20441463b14
Octal12125670112401045067324
Binary10100011010111011101001010100000100010010100011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511537; }

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

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

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

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

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

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

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

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