#511334

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

Shades of Blackberry #511334

Tints of Blackberry #511334

Color information

#511334 (or 0x511334) is unknown color: approx Blackberry. HEX triplet: 51, 13 and 34. RGB value is (81,19,52). Sum of RGB (Red+Green+Blue) = 81+19+52=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #511334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511334 is #AEECCB. Grayscale: #292929. Windows color (decimal): -11463884 or 3412817. OLE color: 3412817.

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

Color convert

RGB811952-
CMYK00.770.360.68
HSL328.06º62%19.61%-
HSV(B)328.06º76.54%31.76%-
XYZ4.252.463.5-
YUV41.3134.04156.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.29%
GREEN value IS 19 (7.81% from 255) = 12.5%
BLUE value IS 52 (20.70% from 255) = 34.21%
R=53.29%
G=12.5%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81195200.770.360.68328.066219.61
Hex51133404D24441483e14
Octal12123640115441045107624
Binary10100011001111010001001101100100100010010100100011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511334; }

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

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

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

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

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

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

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

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