#511240

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

Shades of Blackberry #511240

Tints of Blackberry #511240

Color information

#511240 (or 0x511240) is unknown color: approx Blackberry. HEX triplet: 51, 12 and 40. RGB value is (81,18,64). Sum of RGB (Red+Green+Blue) = 81+18+64=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #511240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511240 is #AEEDBF. Grayscale: #292929. Windows color (decimal): -11464128 or 4198993. OLE color: 4198993.

HSL color Cylindrical-coordinate representation of color #511240: hue angle of 316.19º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511240 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB811864-
CMYK00.780.210.68
HSL316.19º63.64%19.41%-
HSV(B)316.19º77.78%31.76%-
XYZ4.542.555.1-
YUV42.08140.37155.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.69%
GREEN value IS 18 (7.42% from 255) = 11.04%
BLUE value IS 64 (25.39% from 255) = 39.26%
R=49.69%
G=11.04%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81186400.780.210.68316.1963.6419.41
Hex51124004E154413c4013
Octal1212210001162510447410023
Binary101000110010100000001001110101011000100100111100100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511240; }

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

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

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

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

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

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

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

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