#511634

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

Shades of Blackberry #511634

Tints of Blackberry #511634

Color information

#511634 (or 0x511634) is unknown color: approx Blackberry. HEX triplet: 51, 16 and 34. RGB value is (81,22,52). Sum of RGB (Red+Green+Blue) = 81+22+52=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #511634 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511634 is #AEE9CB. Grayscale: #2B2B2B. Windows color (decimal): -11463116 or 3413585. OLE color: 3413585.

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

Color convert

RGB812252-
CMYK00.730.360.68
HSL329.49º57.28%20.2%-
HSV(B)329.49º72.84%31.76%-
XYZ4.32.573.52-
YUV43.06133.05155.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.26%
GREEN value IS 22 (8.98% from 255) = 14.19%
BLUE value IS 52 (20.70% from 255) = 33.55%
R=52.26%
G=14.19%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81225200.730.360.68329.4957.2820.2
Hex51163404924441493914
Octal12126640111441045117124
Binary10100011011011010001001001100100100010010100100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511634; }

 p { color: rgb(81,22,52); }

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

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

 a { background-color: rgb(81,22,52); }

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

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

 span { border-color: rgb(81,22,52); }

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