#511337

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

Shades of Blackberry #511337

Tints of Blackberry #511337

Color information

#511337 (or 0x511337) is unknown color: approx Blackberry. HEX triplet: 51, 13 and 37. RGB value is (81,19,55). Sum of RGB (Red+Green+Blue) = 81+19+55=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #511337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511337 is #AEECC8. Grayscale: #292929. Windows color (decimal): -11463881 or 3609425. OLE color: 3609425.

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

Color convert

RGB811955-
CMYK00.770.320.68
HSL325.16º62%19.61%-
HSV(B)325.16º76.54%31.76%-
XYZ4.322.493.87-
YUV41.64135.54156.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.26%
GREEN value IS 19 (7.81% from 255) = 12.26%
BLUE value IS 55 (21.88% from 255) = 35.48%
R=52.26%
G=12.26%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81195500.770.320.68325.166219.61
Hex51133704D20441453e14
Octal12123670115401045057624
Binary10100011001111011101001101100000100010010100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511337; }

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

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

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

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

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

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

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

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