#511341

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

Shades of Blackberry #511341

Tints of Blackberry #511341

Color information

#511341 (or 0x511341) is unknown color: approx Blackberry. HEX triplet: 51, 13 and 41. RGB value is (81,19,65). Sum of RGB (Red+Green+Blue) = 81+19+65=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #511341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511341 is #AEECBE. Grayscale: #2A2A2A. Windows color (decimal): -11463871 or 4264785. OLE color: 4264785.

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

Color convert

RGB811965-
CMYK00.770.200.68
HSL315.48º62%19.61%-
HSV(B)315.48º76.54%31.76%-
XYZ4.582.65.26-
YUV42.78140.54155.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.09%
GREEN value IS 19 (7.81% from 255) = 11.52%
BLUE value IS 65 (25.78% from 255) = 39.39%
R=49.09%
G=11.52%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81196500.770.200.68315.486219.61
Hex51134104D144413b3e14
Octal121231010115241044737624
Binary10100011001110000010100110110100100010010011101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511341; }

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

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

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

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

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

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

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

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