#511532

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

Shades of Blackberry #511532

Tints of Blackberry #511532

Color information

#511532 (or 0x511532) is unknown color: approx Blackberry. HEX triplet: 51, 15 and 32. RGB value is (81,21,50). Sum of RGB (Red+Green+Blue) = 81+21+50=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #511532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511532 is #AEEACD. Grayscale: #2A2A2A. Windows color (decimal): -11463374 or 3282257. OLE color: 3282257.

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

Color convert

RGB812150-
CMYK00.740.380.68
HSL331º58.82%20%-
HSV(B)331º74.07%31.76%-
XYZ4.242.523.28-
YUV42.25132.38155.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.29%
GREEN value IS 21 (8.59% from 255) = 13.82%
BLUE value IS 50 (19.92% from 255) = 32.89%
R=53.29%
G=13.82%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81215000.740.380.6833158.8220
Hex51153204A264414b3b14
Octal12125620112461045137324
Binary10100011010111001001001010100110100010010100101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511532; }

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

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

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

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

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

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

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

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