#511639

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

Shades of Blackberry #511639

Tints of Blackberry #511639

Color information

#511639 (or 0x511639) is unknown color: approx Blackberry. HEX triplet: 51, 16 and 39. RGB value is (81,22,57). Sum of RGB (Red+Green+Blue) = 81+22+57=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #511639 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511639 is #AEE9C6. Grayscale: #2B2B2B. Windows color (decimal): -11463111 or 3741265. OLE color: 3741265.

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

Color convert

RGB812257-
CMYK00.730.300.68
HSL324.41º57.28%20.2%-
HSV(B)324.41º72.84%31.76%-
XYZ4.422.624.14-
YUV43.63135.55154.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.62%
GREEN value IS 22 (8.98% from 255) = 13.75%
BLUE value IS 57 (22.66% from 255) = 35.62%
R=50.62%
G=13.75%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81225700.730.300.68324.4157.2820.2
Hex5116390491E441443914
Octal12126710111361045047124
Binary1010001101101110010100100111110100010010100010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511639; }

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

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

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

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

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

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

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

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