#511340

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

Shades of Blackberry #511340

Tints of Blackberry #511340

Color information

#511340 (or 0x511340) is unknown color: approx Blackberry. HEX triplet: 51, 13 and 40. RGB value is (81,19,64). Sum of RGB (Red+Green+Blue) = 81+19+64=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #511340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511340 is #AEECBF. Grayscale: #2A2A2A. Windows color (decimal): -11463872 or 4199249. OLE color: 4199249.

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

Color convert

RGB811964-
CMYK00.770.210.68
HSL316.45º62%19.61%-
HSV(B)316.45º76.54%31.76%-
XYZ4.552.595.11-
YUV42.67140.04155.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.39%
GREEN value IS 19 (7.81% from 255) = 11.59%
BLUE value IS 64 (25.39% from 255) = 39.02%
R=49.39%
G=11.59%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81196400.770.210.68316.456219.61
Hex51134004D154413c3e14
Octal121231000115251044747624
Binary10100011001110000000100110110101100010010011110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511340; }

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

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

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

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

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

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

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

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